mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-07-04 08:51:04 +02:00
Update mesh-bot.py
This commit is contained in:
+2
-1
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user