fixed double updoot

This commit is contained in:
Sakimori 2022-07-05 00:37:35 -04:00
parent 19caf51c9a
commit 93f3d99eae

View file

@ -1704,11 +1704,6 @@ active_leagues = []
active_standings = {} active_standings = {}
setupmessages = {} setupmessages = {}
thread1 = threading.Thread(target=main_controller.update_loop)
thread1.start()
thread1 = threading.Thread(target=main_controller.update_loop) thread1 = threading.Thread(target=main_controller.update_loop)
thread1.start() thread1.start()