From 6b420c0817620055cf7a34199f0fb0805c46d81f Mon Sep 17 00:00:00 2001 From: gsd Date: Sun, 15 Feb 2026 14:22:41 +0300 Subject: [PATCH] q --- service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.py b/service.py index 0150a9d..c249184 100644 --- a/service.py +++ b/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