This commit is contained in:
Aaron Riedel 2023-07-18 10:07:29 +02:00
parent b92fad0063
commit 33b053f1f9
Signed by: aaron
GPG key ID: 643004654D40D577
2 changed files with 4 additions and 3 deletions

View file

@ -53,6 +53,6 @@ for w in range(width):
ip=prefix+xcoord+":"+ycoord+":"+colorr+":"+colorg+colorb
ips.append(ip)
for ip in ips:
print(ip)
# #one_ping(sock, ip)
#print(ip)
one_ping(sock, ip)
print("done with %s ips" % len(ips))

View file

@ -1 +1,2 @@
icmplib
icmplib
pillow