diff --git a/pingplace.py b/pingplace.py index ac1d7b4..cf1cfed 100644 --- a/pingplace.py +++ b/pingplace.py @@ -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)) \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 5708a32..0d71901 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,2 @@ -icmplib \ No newline at end of file +icmplib +pillow \ No newline at end of file