fixed missing stock items
This commit is contained in:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user