Update mesh_bot.py

This commit is contained in:
SpudGunMan
2025-10-07 13:59:49 -07:00
parent d825c0fa15
commit 0e8bb197a9
+1 -1
View File
@@ -971,7 +971,7 @@ def handle_messages(message, deviceID, channel_number, msg_history, publicChanne
if msgH[2] == channel_number or msgH[2] == publicChannel:
response += f"\n{msgH[0]}: {msgH[1]}"
if len(response) > 0:
return "Message History:" + response
return "📨Messages:" + response
else:
return "No messages in history"