From 1420d83d6b58b8a8831f820d3afa8fcb0481d11f Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Wed, 12 Jun 2024 00:29:51 -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 9fa66b2..da18864 100644 --- a/pong-bot.py +++ b/pong-bot.py @@ -7,7 +7,7 @@ import meshtastic.serial_interface # requirements pip install meshtastic from pubsub import pub trap_list = ("ping","testing") #A list of strings to trap and respond to -help_message = "PongBot, here for you like a friend who is not. Try ping@foo" +help_message = "PongBot, here for you like a friend who is not. Try: ping@foo" try: interface = meshtastic.serial_interface.SerialInterface()