From 38131b41800146d4130fa544d82401fb1a04bc83 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Wed, 12 Nov 2025 21:53:27 -0800 Subject: [PATCH] cleanup --- mesh_bot.py | 2 +- pong_bot.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mesh_bot.py b/mesh_bot.py index af7c661..f8fbce3 100755 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -292,7 +292,7 @@ def handle_ping(message_from_id, deviceID, message, hop, snr, rssi, isDM, chann elif "Hops" in hop: # janky, remove the words Gateway or MQTT if present hop = hop.replace("Gateway", "").replace("Direct", "").replace("MQTT", "").strip() - msg += f"\n{hop}🐇 " + msg += f"\n{hop} " if "@" in message: msg = msg + " @" + message.split("@")[1] diff --git a/pong_bot.py b/pong_bot.py index c6ac78a..45a30ce 100755 --- a/pong_bot.py +++ b/pong_bot.py @@ -109,7 +109,7 @@ def handle_ping(message_from_id, deviceID, message, hop, snr, rssi, isDM, chann elif "Hops" in hop: # janky, remove the words Gateway or MQTT if present hop = hop.replace("Gateway", "").replace("Direct", "").replace("MQTT", "").strip() - msg += f"\n{hop}🐇 " + msg += f"\n{hop} " else: msg += "\nflood route"