From 93f3d99eae87c86bc14501ce34bba5102a33bd3a Mon Sep 17 00:00:00 2001 From: Sakimori Date: Tue, 5 Jul 2022 00:37:35 -0400 Subject: [PATCH] fixed double updoot --- the_prestige.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/the_prestige.py b/the_prestige.py index 4d092d2..99586bb 100644 --- a/the_prestige.py +++ b/the_prestige.py @@ -1704,11 +1704,6 @@ active_leagues = [] active_standings = {} setupmessages = {} - -thread1 = threading.Thread(target=main_controller.update_loop) -thread1.start() - - thread1 = threading.Thread(target=main_controller.update_loop) thread1.start()