mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-07-05 17:32:02 +02:00
Update mesh_bot.py
This commit is contained in:
@@ -123,7 +123,6 @@ def handle_llm(message_from_id, channel_number, deviceID, message, publicChannel
|
||||
location_name = 'no location provided'
|
||||
|
||||
if location_enabled:
|
||||
print(llmLocationTable)
|
||||
# if message_from_id is is the llmLocationTable use the location from the list to save on API calls
|
||||
for i in range(0, len(llmLocationTable)):
|
||||
if llmLocationTable[i].get('nodeID') == message_from_id:
|
||||
|
||||
Reference in New Issue
Block a user