Update mesh-bot.py

This commit is contained in:
SpudGunMan
2024-06-19 22:28:44 -07:00
parent d8fc7975d0
commit 3dc124f4b0
+2 -1
View File
@@ -231,8 +231,9 @@ def get_node_location(number):
return position
else:
print (f"{log_timestamp()} System: No location data for {number}")
return [0,0]
return [0,0]
else:
print (f"{log_timestamp()} System: No nodes found")
return [0,0]
def send_message(message,ch,nodeid):