mirror of
https://github.com/pablorevilla-meshtastic/meshview.git
synced 2026-03-04 23:27:46 +01:00
Fix packet details for missing nodes.
This commit is contained in:
+1
-1
@@ -420,7 +420,7 @@ async def packet_details(request):
|
||||
|
||||
uplinked_nodes = []
|
||||
for p in packets_seen:
|
||||
if p.node.last_lat:
|
||||
if p.node and p.node.last_lat:
|
||||
if p.topic.startswith('mqtt-meshtastic-org'):
|
||||
hops = 666
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user