fixed missing stock items
This commit is contained in:
parent
fa4ceac835
commit
057f049436
@ -82,7 +82,7 @@ def updateStocks(api_key, logf):
|
|||||||
data = response.json()
|
data = response.json()
|
||||||
|
|
||||||
|
|
||||||
stock_info = {}
|
# stock_info = {}
|
||||||
if len(data) > 0:
|
if len(data) > 0:
|
||||||
for symbol in symbols:
|
for symbol in symbols:
|
||||||
for stock in data:
|
for stock in data:
|
||||||
|
Loading…
Reference in New Issue
Block a user