From 9cc541af6a765f81b83a40b22d5e06b3ad5b13e7 Mon Sep 17 00:00:00 2001 From: Justin Date: Mon, 7 Mar 2022 13:32:05 +0800 Subject: [PATCH] changed news update freq to 2 hrs --- database_caller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database_caller.py b/database_caller.py index eccba9c..ecc1d77 100755 --- a/database_caller.py +++ b/database_caller.py @@ -587,7 +587,7 @@ if __name__ == '__main__': - update_frequencies = {'stocks':1, 'crypto':5, 'forex':60, 'news':60, 'weather': 120, 'sports': 1440} #minutes + update_frequencies = {'stocks':1, 'crypto':5, 'forex':60, 'news':120, 'weather': 120, 'sports': 1440} #minutes NY_zone = pytz.timezone('America/New_York') CET_zone = pytz.timezone('EST')