interface web
This commit is contained in:
@@ -529,9 +529,6 @@ class TwitchChatBot:
|
||||
self.chat_thread.daemon = True
|
||||
self.chat_thread.start()
|
||||
|
||||
self.chat_thread = threading.Thread(target=self.main_loop)
|
||||
self.chat_thread.start() # Démarre dans un thread séparé
|
||||
|
||||
|
||||
|
||||
################## ChatMessage FIN ########################
|
||||
|
||||
Reference in New Issue
Block a user