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