mirror of
https://gitlab.com/manzerbredes/clusterman.git
synced 2025-04-05 11:36:25 +02:00
Minor changes
This commit is contained in:
parent
cd4e28906b
commit
eb41b0b49a
1 changed files with 0 additions and 1 deletions
|
@ -74,7 +74,6 @@ def check(timeout):
|
|||
print("Contacting {}...".format(ip),end='')
|
||||
try:
|
||||
subprocess.run(["ping", "-c", "1", "-W", str(timeout), ip],capture_output=True,check=True)
|
||||
nodes.append(ip)
|
||||
print()
|
||||
except:
|
||||
fail=True
|
||||
|
|
Loading…
Add table
Reference in a new issue