From 12b3dc44feeb3b2e83fbb8f03198bfa0e92d2311 Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Mon, 10 Feb 2025 18:26:32 +0100 Subject: [PATCH] bugfixing --- app/cron_ipo_news.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/cron_ipo_news.py b/app/cron_ipo_news.py index cb64252..1097c7e 100644 --- a/app/cron_ipo_news.py +++ b/app/cron_ipo_news.py @@ -88,7 +88,6 @@ def main(): # Save the DataFrame to a JSON file if not df.empty: - print(df) df.to_json(json_file_path, orient='records', indent=2) finally: