diff --git a/public.py b/public.py index cb99d72..4130a13 100644 --- a/public.py +++ b/public.py @@ -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()