followup 94a6f6cd0e
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user