Refactored scraping logic.
This commit is contained in:
@@ -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')
|
||||
|
Reference in New Issue
Block a user