adds ending time to activity indicator
This commit is contained in:
@@ -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()
|
||||
Reference in New Issue
Block a user