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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: