@ -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