From 6fb6816167f06a342609cad8e88b4e1df90ff23a Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Thu, 15 Aug 2024 16:26:29 +0200 Subject: [PATCH] update dashboard cron job --- app/cron_dashboard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/cron_dashboard.py b/app/cron_dashboard.py index c735b90..a0107f1 100644 --- a/app/cron_dashboard.py +++ b/app/cron_dashboard.py @@ -82,7 +82,7 @@ tomorrow = tomorrow.strftime('%Y-%m-%d') async def get_upcoming_earnings(session): url = "https://api.benzinga.com/api/v2.1/calendar/earnings" - importance_list = ["3","4","5"] + importance_list = ["2","3","4","5"] res_list = [] for importance in importance_list: