mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-08-03 23:42:28 +02:00
Update mesh_bot.py
This commit is contained in:
+1
-1
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user