Update pong-bot.py

This commit is contained in:
SpudGunMan
2024-06-12 00:16:24 -07:00
parent 6761c9902d
commit 2c838dc175

View File

@@ -14,7 +14,7 @@ try:
myinfo = interface.getMyNodeInfo()
myNodeNum = myinfo['num']
except Exception as e:
print(f"System: Critical Error script abort{e}")
print(f"System: Critical Error script abort. {e}")
exit()
def auto_response(message):