Nothing at all
This commit is contained in:
@ -95,6 +95,6 @@ def __parse_server_status(server_info: str) -> ServerStatusResponse:
|
|||||||
|
|
||||||
# Validate required fields
|
# Validate required fields
|
||||||
try:
|
try:
|
||||||
return ServerStatusResponse(**data)
|
return ServerStatusResponse(**data) # type: ignore
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
raise ValueError(f'Invalid or incomplete server info: {e}')
|
raise ValueError(f'Invalid or incomplete server info: {e}')
|
||||||
|
|||||||
Reference in New Issue
Block a user