From 540f8bc3521d5dde59b5218358ed5f062941c815 Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Mon, 14 Apr 2025 22:54:34 +0200 Subject: [PATCH] typo --- app/cron_discord_bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/cron_discord_bot.py b/app/cron_discord_bot.py index 29064ef..246aeb5 100644 --- a/app/cron_discord_bot.py +++ b/app/cron_discord_bot.py @@ -557,7 +557,7 @@ def analyst_report(): print("Analyst Report already sent!") -if __name__ == "__main__" +if __name__ == "__main__": options_flow() dark_pool_flow() recent_earnings()