|
|
@ -23,6 +23,7 @@ class MultiDeviceDbSupport: |
|
|
if devices_hashes.__len__() == 0: |
|
|
if devices_hashes.__len__() == 0: |
|
|
devices_hashes = [self.core.defaultDeviceUUIDHash] |
|
|
devices_hashes = [self.core.defaultDeviceUUIDHash] |
|
|
|
|
|
|
|
|
|
|
|
print(devices_hashes) |
|
|
orPart = [] |
|
|
orPart = [] |
|
|
for hash in devices_hashes: |
|
|
for hash in devices_hashes: |
|
|
uuid = self.core.devicesUuidHashToUuid.get(hash, "") |
|
|
uuid = self.core.devicesUuidHashToUuid.get(hash, "") |
|
|
|