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):