fixed missing stock items

This commit is contained in:
Justin
2022-11-09 17:00:37 +08:00
committed by GitHub
parent fa4ceac835
commit 057f049436

View File

@@ -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: