smol fix
This commit is contained in:
parent
b92fad0063
commit
33b053f1f9
2 changed files with 4 additions and 3 deletions
|
@ -53,6 +53,6 @@ for w in range(width):
|
||||||
ip=prefix+xcoord+":"+ycoord+":"+colorr+":"+colorg+colorb
|
ip=prefix+xcoord+":"+ycoord+":"+colorr+":"+colorg+colorb
|
||||||
ips.append(ip)
|
ips.append(ip)
|
||||||
for ip in ips:
|
for ip in ips:
|
||||||
print(ip)
|
#print(ip)
|
||||||
# #one_ping(sock, ip)
|
one_ping(sock, ip)
|
||||||
print("done with %s ips" % len(ips))
|
print("done with %s ips" % len(ips))
|
|
@ -1 +1,2 @@
|
||||||
icmplib
|
icmplib
|
||||||
|
pillow
|
Loading…
Reference in a new issue