From 7ce1c8973b5cf61d7ee80f6e975f31785825bfc3 Mon Sep 17 00:00:00 2001 From: Justin Date: Mon, 24 Jul 2023 16:48:37 +0800 Subject: [PATCH] deleted print statement --- database_caller.py | 1 - 1 file changed, 1 deletion(-) diff --git a/database_caller.py b/database_caller.py index 36e2e22..b4c2c24 100755 --- a/database_caller.py +++ b/database_caller.py @@ -753,7 +753,6 @@ def updateEconomic(api_key, logf): try: for each in data['result']: try: - print(each['actual'], each['previous'], each['forecast']) time = pytz.timezone('GMT').localize(datetime.strptime(each['date'], '%Y-%m-%dT%H:%M:%S.%fZ')).astimezone(timezone).strftime('%a %m/%d %H:%M%p') if datetime.now(timezone).strftime('%a %m/%d %H:%M%p') >= time: happened = True