From 057f049436153d5e378fdbec3ccfe7d398154f78 Mon Sep 17 00:00:00 2001 From: Justin Date: Wed, 9 Nov 2022 17:00:37 +0800 Subject: [PATCH] fixed missing stock items --- database_caller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database_caller.py b/database_caller.py index d915791..a191736 100755 --- a/database_caller.py +++ b/database_caller.py @@ -82,7 +82,7 @@ def updateStocks(api_key, logf): data = response.json() - stock_info = {} + # stock_info = {} if len(data) > 0: for symbol in symbols: for stock in data: