From 6ec2b5c0f938a43b6680d3584cbddafa550c5d70 Mon Sep 17 00:00:00 2001 From: gsd Date: Sun, 15 Feb 2026 21:31:26 +0300 Subject: [PATCH] t4 --- dbService.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbService.py b/dbService.py index 13e6bbe..9eac779 100644 --- a/dbService.py +++ b/dbService.py @@ -29,7 +29,7 @@ class MultiDeviceDbSupport: uuid = self.core.devicesUuidHashToUuid.get(hash, "") if uuid: if uuid == self.core.defaultDeviceUUID: - orPart.append({"device_uuid", None}) + orPart.append({"device_uuid": None}) orPart.append({"device_uuid": uuid}) return orPart#-->{"$or": orPart}