Compare commits

..

No commits in common. "eaf3e68fa07f7169279a78b8b3a8674a85e7e815" and "a81b56eaf7b393bd4e94c0607c88174c8193e28b" have entirely different histories.

View File

@ -26,7 +26,7 @@ while(True):
response = sp.getstatusoutput(f"ping -c 1 {ip}")
print(response)
if(response[0]!=0):
myresp=2000
time=2000
else:
myresp = response[1].split("\n")[1].split(' ')[6].split('=')[1]