diff --git a/network.py b/network.py index 26a0e7f..f664649 100644 --- a/network.py +++ b/network.py @@ -226,6 +226,3 @@ def port_check(your_port): return ports - -#print(client(44, "ping")) -port_check(4001)