mirror of
https://github.com/Justuser3310/jetwork.git
synced 2025-03-12 21:44:52 +00:00
up
This commit is contained in:
parent
d894e2198d
commit
715b9a9d8f
@ -244,6 +244,7 @@ from tqdm import tqdm
|
|||||||
from time import sleep
|
from time import sleep
|
||||||
def port_check(your_port):
|
def port_check(your_port):
|
||||||
global ports
|
global ports
|
||||||
|
ports = []
|
||||||
|
|
||||||
checks = list(range(4000, 4200))
|
checks = list(range(4000, 4200))
|
||||||
checks.remove(your_port)
|
checks.remove(your_port)
|
||||||
|
Loading…
Reference in New Issue
Block a user