diff --git a/backend-python/media_impact_monitor/cron.py b/backend-python/media_impact_monitor/cron.py index 279b6a3..a1786c0 100644 --- a/backend-python/media_impact_monitor/cron.py +++ b/backend-python/media_impact_monitor/cron.py @@ -52,7 +52,7 @@ def fill_cache(): except Exception as e: errors.append(f"events {data_source}: {e}") for media_source in ["news_online", "news_print", "web_google"]: - for trend_type in ["keywords"]: # , "sentiment"]: + for trend_type in ["keywords", "sentiment"]: for aggregation in ["daily", "weekly"]: if aggregation == "daily" and media_source == "web_google": continue