From 928905f61ec9f195f8aa6f8636ee354018295f14 Mon Sep 17 00:00:00 2001 From: Justin Date: Fri, 16 Jun 2023 23:01:17 +0800 Subject: [PATCH] deleted source from economic events --- database_caller.py | 1 - 1 file changed, 1 deletion(-) diff --git a/database_caller.py b/database_caller.py index b48980a..800883d 100755 --- a/database_caller.py +++ b/database_caller.py @@ -785,7 +785,6 @@ def updateEconomic(api_key, logf): 'title':each['title'], 'indicator':each['indicator'], 'period':each['period'], - 'source':each['source'], 'country':each['country'], 'currency':each['currency'], 'importance':each['importance'],