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