Change host
This commit is contained in:
parent
3ce5fb8991
commit
885d5a636a
11
public.py
11
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()
|
||||
|
Loading…
Reference in New Issue
Block a user