From 33b053f1f95593ac76a110b286afcd1867f7715f Mon Sep 17 00:00:00 2001 From: Aaron Riedel Date: Tue, 18 Jul 2023 10:07:29 +0200 Subject: [PATCH] smol fix --- pingplace.py | 4 ++-- requirements.txt | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) 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