From 2c838dc17580611af12f1bc6923de474c7b3b8dc Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Wed, 12 Jun 2024 00:16:24 -0700 Subject: [PATCH] Update pong-bot.py --- pong-bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pong-bot.py b/pong-bot.py index b659322..bf9c852 100644 --- a/pong-bot.py +++ b/pong-bot.py @@ -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):