remove print

This commit is contained in:
MuslemRahimi 2025-01-16 22:27:26 +01:00
parent 86f0335783
commit 22dd6f486f

View File

@ -26,7 +26,6 @@ async def fetch_and_save_symbols_data(symbols):
for symbol, response in zip(symbols, responses):
if len(response) > 0:
print(response[0])
await save_price_data(symbol, response)
async def get_todays_data(ticker):