"examples/run_squad2.py" did not exist on "05053d163cbd6021e47487699e4e2de36c3b7720"
Commit 079dbf91 authored by comfyanonymous's avatar comfyanonymous
Browse files

Remove useless code.

parent 7f4725f6
......@@ -632,8 +632,6 @@ class PromptServer():
site = web.TCPSite(runner, address, port)
await site.start()
if address == '':
address = '0.0.0.0'
if verbose:
print("Starting server\n")
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