From b145d26fee5b66d325b0ca5c521c21bbff7d37e7 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Mon, 1 Jul 2024 00:14:59 -0700 Subject: [PATCH] Update mesh_bot.py --- mesh_bot.py | 2 ++ 1 file changed, 2 insertions(+) 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