diff --git a/mesh_bot.py b/mesh_bot.py index 1d3f772..8fbf7a7 100755 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -106,10 +106,10 @@ def handle_ping(message, hop, snr, rssi, isDM): if "ping" in message.lower(): msg = "๐Ÿ“ PONG \n" elif "test" in message.lower() or "testing" in message.lower(): - msg = random.choice(["๐ŸŽ™Testing 1,2,3 \n", "๐ŸŽ™Testing \n",\ - "๐ŸŽ™Testing, testing \n",\ - "๐ŸŽ™Ah-wun, ah-two... \n", "๐ŸŽ™Is this thing on? \n",\ - "๐ŸŽ™Roger that. \n",]) + msg = random.choice(["๐ŸŽ™ Testing 1,2,3\n", "๐ŸŽ™ Testing\n",\ + "๐ŸŽ™ Testing, testing\n",\ + "๐ŸŽ™ Ah-wun, ah-two...\n", "๐ŸŽ™ Is this thing on?\n",\ + "๐ŸŽ™ Roger that\n",]) elif "ack" in message.lower(): msg = random.choice(["โœ‹ACK-ACK!\n", "Ack to you!\n"]) else: