work #1

Merged
paradizelost merged 8 commits from work into main 2024-11-26 12:59:22 -06:00
Showing only changes of commit 93e091f1d2 - Show all commits

View File

@ -23,7 +23,7 @@ while(True):
print(pingaddresses)
for ip in pingaddresses:
print(ip)
response = sp.getstatusoutput(f"ping -c 1 {ip}")
response = sp.getstatusoutput(f"/usr/bin/ping -c 1 {ip}")
if(response[0]!=0):
time=2000
else: