diff --git a/mesh_bot.py b/mesh_bot.py index f21a7bc..9c15ebf 100755 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -363,7 +363,9 @@ print (f"System: Autoresponder Started for device {get_name_from_number(myNodeNu while True: # Catch CTL+C to exit + time.sleep(0.05) signal.signal(signal.SIGINT, exit_handler) + time.sleep(0.05) pass # EOF