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