mirror of
https://github.com/Justuser3310/jetwork.git
synced 2025-02-08 01:37:38 +00:00
up
This commit is contained in:
parent
715b9a9d8f
commit
c1485582ab
@ -229,7 +229,6 @@ def check_current(cur_port):
|
|||||||
global ports
|
global ports
|
||||||
if client(cur_port, "ping"):
|
if client(cur_port, "ping"):
|
||||||
ports.append(cur_port)
|
ports.append(cur_port)
|
||||||
print("CATHCED: ", cur_port)
|
|
||||||
|
|
||||||
def check_wait(port):
|
def check_wait(port):
|
||||||
ping = Thread(target = check_current, args=(port,))
|
ping = Thread(target = check_current, args=(port,))
|
||||||
|
Loading…
Reference in New Issue
Block a user