[~] Refactor

This commit is contained in:
Siarhei Siniak 2022-10-14 13:10:10 +03:00
parent d8f1ae8c12
commit b10d546cd1

@ -482,7 +482,7 @@ def http_server(argv):
token = os.urandom(16).hex() token = os.urandom(16).hex()
print( print(
'access url is http://%s:%d/%s/' % ( 'access url is http://%s:%d/%s/' % (
socket.gethostname(), options.host,
options.port, options.port,
token, token,
) )