From 8467321ddd420c0a0a98fc05e69700587b74fd1d Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Wed, 12 Jun 2024 00:37:28 -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 da18864..4ab916c 100644 --- a/pong-bot.py +++ b/pong-bot.py @@ -21,7 +21,7 @@ def auto_response(message): try: message_list=message.split("@") query_data=message_list[1] - print(f"System: parsed command {query_data}") + # print(f"System: parsed command {query_data}") message_to_send="Pong, and copy " + query_data except Exception: message_to_send="Pong"