diff --git a/dbService.py b/dbService.py index c0c393d..13e6bbe 100644 --- a/dbService.py +++ b/dbService.py @@ -23,6 +23,7 @@ class MultiDeviceDbSupport: if devices_hashes.__len__() == 0: devices_hashes = [self.core.defaultDeviceUUIDHash] + print(devices_hashes) orPart = [] for hash in devices_hashes: uuid = self.core.devicesUuidHashToUuid.get(hash, "")