Update database_caller.py

This commit is contained in:
Justin
2022-03-08 22:40:07 +08:00
committed by GitHub
parent bb0d901c29
commit 3664fd2c33

View File

@@ -586,7 +586,7 @@ if __name__ == '__main__':
update_frequencies = {'stocks':1, 'crypto':5, 'forex':60, 'news':120, 'weather': 120, 'sports': 1440} #minutes
update_frequencies = {'stocks':2, 'crypto':5, 'forex':60, 'news':120, 'weather': 120, 'sports': 1440} #minutes
NY_zone = pytz.timezone('America/New_York')
CET_zone = pytz.timezone('EST')