remove print
This commit is contained in:
parent
86f0335783
commit
22dd6f486f
@ -26,7 +26,6 @@ async def fetch_and_save_symbols_data(symbols):
|
|||||||
|
|
||||||
for symbol, response in zip(symbols, responses):
|
for symbol, response in zip(symbols, responses):
|
||||||
if len(response) > 0:
|
if len(response) > 0:
|
||||||
print(response[0])
|
|
||||||
await save_price_data(symbol, response)
|
await save_price_data(symbol, response)
|
||||||
|
|
||||||
async def get_todays_data(ticker):
|
async def get_todays_data(ticker):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user