Compare commits
No commits in common. "eaf3e68fa07f7169279a78b8b3a8674a85e7e815" and "a81b56eaf7b393bd4e94c0607c88174c8193e28b" have entirely different histories.
eaf3e68fa0
...
a81b56eaf7
@ -26,7 +26,7 @@ while(True):
|
|||||||
response = sp.getstatusoutput(f"ping -c 1 {ip}")
|
response = sp.getstatusoutput(f"ping -c 1 {ip}")
|
||||||
print(response)
|
print(response)
|
||||||
if(response[0]!=0):
|
if(response[0]!=0):
|
||||||
myresp=2000
|
time=2000
|
||||||
else:
|
else:
|
||||||
myresp = response[1].split("\n")[1].split(' ')[6].split('=')[1]
|
myresp = response[1].split("\n")[1].split(' ')[6].split('=')[1]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user