gsd 4 months ago
parent
commit
6b420c0817
  1. 2
      service.py

2
service.py

@ -203,7 +203,7 @@ class MongoDriver(MeshArgsParse):
v["device_uuid"] = from_radio["device_uuid"]
await self.dbStore[k].insert_one(v)
def tryParseProtobuf(v):
def tryParseProtobuf(self, v):
try:
if v.get("portnum", 0) in []:
pass

Loading…
Cancel
Save