|
|
@ -8,15 +8,8 @@ name = sys.argv[2]
|
|
|
|
##### Send our port to global list
|
|
|
|
##### Send our port to global list
|
|
|
|
# Get port
|
|
|
|
# Get port
|
|
|
|
host = 'bore.pub'
|
|
|
|
host = 'bore.pub'
|
|
|
|
#file = get('https://gitlab.com/justuser31/p2p_justuser/-/raw/main/list_server.info')
|
|
|
|
file = get('https://gitea.gulyaipole.fun/justuser/p2p_justuser/raw/branch/main/list_server.info')
|
|
|
|
#s_port = int(file.content)
|
|
|
|
s_port = int(file.content)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
s_port = 43560
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Send our port
|
|
|
|
# Send our port
|
|
|
|
client_socket = socket.socket()
|
|
|
|
client_socket = socket.socket()
|
|
|
|