diff --git a/database_caller.py b/database_caller.py index 11c338f..40c8c5f 100755 --- a/database_caller.py +++ b/database_caller.py @@ -943,7 +943,7 @@ if __name__ == '__main__': - update_frequencies = {'stocks':3, 'crypto':7, 'forex':60, 'news':120, 'weather': 120, 'sports': 1440, 'commodities': 15, 'indices': 15, 'movies': 1440} #minutes + update_frequencies = {'stocks':2, 'crypto':5, 'forex':60, 'news':120, 'weather': 120, 'sports': 1440, 'commodities': 15, 'indices': 15, 'movies': 1440} #minutes NY_zone = pytz.timezone('America/New_York') CET_zone = pytz.timezone('EST')