From 9b64354728849fd7cc1751d0bdf7817f4bf99516 Mon Sep 17 00:00:00 2001 From: justuser Date: Mon, 17 Jun 2024 08:42:57 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=B5=D1=80=D0=B5=D1=85=D0=BE=D0=B4=20?= =?UTF-8?q?=D0=BD=D0=B0=20=D0=BF=D1=83=D0=B1=D0=BB=D0=B8=D1=87=D0=BD=D1=8B?= =?UTF-8?q?=D0=B9=20=D0=B0=D0=B4=D1=80=D0=B5=D1=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- network.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/network.py b/network.py index 0a2a711..5a7d5c4 100644 --- a/network.py +++ b/network.py @@ -274,7 +274,7 @@ def port_check(your_port): global ports ports = [] - checks = list(range(4000, 4200)) + checks = list(range(25000, 25200)) checks.remove(your_port) for port in tqdm(checks): @@ -284,7 +284,3 @@ def port_check(your_port): sleep(10) return ports - - -#print( port_check(4001) ) -#print( client(4085, "ping") )