Skip to content

Commit

Permalink
run disc
Browse files Browse the repository at this point in the history
  • Loading branch information
AdoNunes committed Aug 19, 2024
1 parent c85c075 commit c548660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DiscordAlertsTrader/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c548660

Please sign in to comment.