Update pong_bot.py

This commit is contained in:
SpudGunMan
2024-07-01 00:15:01 -07:00
parent b145d26fee
commit 74bca6d004
+4 -1
View File
@@ -255,5 +255,8 @@ pub.subscribe(onReceive, 'meshtastic.receive')
print (f"System: Autoresponder Started for device {get_name_from_number(myNodeNum)}")
while True:
# Catch CTL+C to exit
time.sleep(0.05)
signal.signal(signal.SIGINT, exit_handler)
pass
time.sleep(0.05)
pass