Refactored scraping logic.

This commit is contained in:
2025-07-31 22:23:52 +02:00
parent 2f43380970
commit 8ebaaf8b36
3 changed files with 138 additions and 191 deletions

View File

@@ -8,8 +8,8 @@ from .database import (
get_deep_dive_details,
get_daily_summary_for_subreddit,
get_weekly_summary_for_subreddit,
get_overall_daily_summary, # Now correctly imported
get_overall_weekly_summary, # Now correctly imported
get_overall_daily_summary,
get_overall_weekly_summary,
)
app = Flask(__name__, template_folder='../templates', static_folder='../static')