Change host

main
justuser31 1 year ago
parent 3ce5fb8991
commit 885d5a636a

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

Loading…
Cancel
Save