From 22dd6f486f256c3f0cc992f58928ba63802d9b52 Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Thu, 16 Jan 2025 22:27:26 +0100 Subject: [PATCH] remove print --- app/cron_one_day_price.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/cron_one_day_price.py b/app/cron_one_day_price.py index 6d187ef..e40e44d 100755 --- a/app/cron_one_day_price.py +++ b/app/cron_one_day_price.py @@ -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):