Update mesh_bot.py

This commit is contained in:
SpudGunMan
2024-07-09 11:17:50 -07:00
parent 4f34b98fec
commit a9db2f50e7
+1 -1
View File
@@ -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: