From a730155d045b48e3c4979cb7ed83613b14330059 Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Fri, 4 Oct 2024 20:15:42 +0200 Subject: [PATCH] remove print --- app/cron_analyst_ticker.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/cron_analyst_ticker.py b/app/cron_analyst_ticker.py index e585682..907cce3 100755 --- a/app/cron_analyst_ticker.py +++ b/app/cron_analyst_ticker.py @@ -226,7 +226,6 @@ def run(chunk,analyst_list): #time.sleep(10000) with open(f"json/analyst/history/{ticker}.json", 'w') as file: ujson.dump(ticker_filtered_data, file) - print(ticker_filtered_data) except Exception as e: print(e)