interface web

This commit is contained in:
gpatruno
2025-07-20 01:50:24 +02:00
parent bb743c5722
commit 2041e72342
34 changed files with 2813 additions and 141 deletions
-3
View File
@@ -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 ########################