Update mesh_bot.py

This commit is contained in:
SpudGunMan
2024-07-01 00:14:59 -07:00
parent 11d1fc33da
commit b145d26fee
+2
View File
@@ -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