gsd 4 months ago
parent
commit
acd7a6df75
  1. 1
      dbService.py

1
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, "")

Loading…
Cancel
Save