moves app initialization to correct file

This commit is contained in:
2025-02-10 17:45:24 +01:00
parent a6292d2d0f
commit 2b6aebdab4
4 changed files with 45 additions and 48 deletions

View File

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