mirror of
https://github.com/blw1138/cross-py-builder.git
synced 2025-12-17 08:38:11 +00:00
Update README.md
This commit is contained in:
@@ -57,7 +57,6 @@ def get_worker_status(hostname):
|
||||
status['ip'] = socket.gethostbyname(hostname)
|
||||
return status
|
||||
except requests.exceptions.RequestException as e:
|
||||
print(f"EXCEPTION: {e}")
|
||||
return {"hostname": hostname, "status": "offline"}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user