diff --git a/database_caller.py b/database_caller.py index afc61c9..a2c4472 100755 --- a/database_caller.py +++ b/database_caller.py @@ -1620,7 +1620,7 @@ if __name__ == '__main__': t = time.time() - update_frequencies = {'stocks':2, 'crypto':7, 'forex':60, 'news':120, 'weather': 120, 'sports': 1440, 'commodities': 15, 'indices': 15, 'movies': 1440, 'ipo': 1440, 'prepost': 15, 'economic': 15, 'jokes': 15, 'market': 15} #minutes + update_frequencies = {'stocks':2, 'crypto':7, 'forex':60, 'news':120, 'weather': 120, 'sports': 1440, 'commodities': 15, 'indices': 15, 'movies': 1440, 'ipo': 1440, 'prepost': 15, 'economic': 15, 'jokes': 15, 'market': 5} #minutes NY_zone = pytz.timezone('America/New_York') CET_zone = pytz.timezone('EST')