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: