mirror of
https://github.com/Justuser3310/jetwork.git
synced 2025-03-12 21:44:52 +00:00
up
This commit is contained in:
parent
30ca35cd4b
commit
f10c338016
6
main.py
6
main.py
@ -51,6 +51,12 @@ updater.start()
|
|||||||
system(f"python -m streamlit run --server.address=127.0.0.1 interface.py {serv_port}")
|
system(f"python -m streamlit run --server.address=127.0.0.1 interface.py {serv_port}")
|
||||||
|
|
||||||
|
|
||||||
|
while True:
|
||||||
|
try:
|
||||||
|
pass
|
||||||
|
except:
|
||||||
|
exit()
|
||||||
|
|
||||||
#print(client(8000, "ping"))
|
#print(client(8000, "ping"))
|
||||||
#ports = port_check(serv_port)
|
#ports = port_check(serv_port)
|
||||||
#print(ports)
|
#print(ports)
|
||||||
|
Loading…
Reference in New Issue
Block a user