Update README.md

This commit is contained in:
Brett Williams
2025-03-06 23:45:40 -06:00
parent 345b4f6c2c
commit 94e0ecda83
2 changed files with 82 additions and 2 deletions

View File

@@ -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"}