Change host

This commit is contained in:
justuser31 2023-10-21 15:29:35 +03:00
parent 3ce5fb8991
commit 885d5a636a

View File

@ -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()