boucle pour envoie message plus mémoire fichier
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user