boucle pour envoie message plus mémoire fichier

This commit is contained in:
Foufure13
2025-01-10 23:34:40 +01:00
parent 08c63b576c
commit fc2547c45c
7 changed files with 50 additions and 21 deletions
+2
View File
@@ -46,6 +46,7 @@ def stop_all():
recordTw.stop()
sb_translation.stop()
ask_text.stop()
controluser.stop()
def print_help():
hprint("PURPLE", "Touche 'F5'BOT Active l'écoute clavier")
@@ -176,6 +177,7 @@ if __name__ == '__main__':
ask_text.start_main_loop()
controluser = messageTwitch("../config/user.json",args.twitchname)
controluser.start_loop_respond()
print_help()
listener_thread = threading.Thread(target=start_keyboard_listener)