From c548660a3a77d6b423ccdb0a909bb31df830c72e Mon Sep 17 00:00:00 2001 From: adonunes Date: Mon, 19 Aug 2024 13:21:48 -0400 Subject: [PATCH] run disc --- DiscordAlertsTrader/gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DiscordAlertsTrader/gui.py b/DiscordAlertsTrader/gui.py index b291e24..4640c85 100644 --- a/DiscordAlertsTrader/gui.py +++ b/DiscordAlertsTrader/gui.py @@ -601,7 +601,7 @@ def gui(): client_thread = threading.Thread(target=run_client, daemon=True) # start the threads - # client_thread.start() + client_thread.start() run_gui() # close the GUI window