adds ending time to activity indicator

This commit is contained in:
2025-02-10 17:33:37 +01:00
parent a44c2bfc04
commit a6292d2d0f
4 changed files with 43 additions and 5 deletions

View File

@@ -136,4 +136,7 @@ class Scraper:
def stop_scraping(self):
self.scraping_active = False
current_app.logger.debug("Scraping stopped by user")
current_app.logger.debug("Scraping stopped by user")
def get_end_time(self):
return self.end_time()