From bd2bce0029dac934030b88f0c26d3931f32f45da Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Wed, 11 Dec 2024 21:57:36 -0800 Subject: [PATCH] Update mesh_bot.py --- mesh_bot.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mesh_bot.py b/mesh_bot.py index a5f3048..c61bc7c 100755 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -851,8 +851,7 @@ def handle_whois(message, deviceID, channel_number, message_from_id): msg += f"Ch: {seenNodes[i]['channel']}, Int: {seenNodes[i]['rxInterface']}" msg += f"Lat: {location[0]}, Lon: {location[1]}\n" if location != [latitudeValue, longitudeValue]: - msg += f"Loc: {where_am_i(str(location[0]), str(location[1]))}\n" - + msg += f"Loc: {where_am_i(str(location[0]), str(location[1]))}" return msg def check_and_play_game(tracker, message_from_id, message_string, rxNode, channel_number, game_name, handle_game_func):