Commit 079dbf91 authored by comfyanonymous's avatar comfyanonymous
Browse files

Remove useless code.

parent 7f4725f6
...@@ -632,8 +632,6 @@ class PromptServer(): ...@@ -632,8 +632,6 @@ class PromptServer():
site = web.TCPSite(runner, address, port) site = web.TCPSite(runner, address, port)
await site.start() await site.start()
if address == '':
address = '0.0.0.0'
if verbose: if verbose:
print("Starting server\n") print("Starting server\n")
print("To see the GUI go to: http://{}:{}".format(address, port)) print("To see the GUI go to: http://{}:{}".format(address, port))
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment