From a9db2f50e78caad708b9a9fb4fe6baf547ef1582 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Tue, 9 Jul 2024 11:17:50 -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 30eabca..796715b 100755 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -348,7 +348,7 @@ def send_message(message, ch, nodeid): message_list.append(line) line = word + ' ' message_list.append(line) # needed add contents of the last 'line' into the list - #message_list = [x.replace('NEWLINE', '\n') for x in message_list] # put back the newlines + #message_list = [x.replace(' NEWLINE ', '\n') for x in message_list] # put back the newlines for m in message_list: if nodeid == 0: