From 485a37e9b5140f87192f32780b7ff650b5bb6a84 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Mon, 23 Sep 2024 22:58:36 -0700 Subject: [PATCH] Update mesh_bot.py --- mesh_bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesh_bot.py b/mesh_bot.py index 5acd7bd..918a7e4 100755 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -578,7 +578,7 @@ def handle_history(nodeid, deviceID, lheard=False): for i in range(0, len(buffer)): msg += f"{buffer[i][0]} seen {buffer[i][1]} ago" if i < len(buffer) - 1: - msg += ", " + msg += "\n" return msg def handle_whereami(message_from_id, deviceID, channel_number):