1
0
This commit is contained in:
Sander van Grieken
2023-09-25 16:10:19 +02:00
parent 94a6f6cd0e
commit 6222b5ad40

View File

@@ -85,7 +85,7 @@ class CKCCClient(HardwareClientBase):
def get_soft_device_id(self) -> Optional[str]:
try:
super().get_soft_device_id()
except Exception:
except CCProtoError:
return None
def __repr__(self):