[~] Refactor
This commit is contained in:
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,
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user