Skip to content

Commit

Permalink
Remove useless code.
Browse files Browse the repository at this point in the history
  • Loading branch information
comfyanonymous committed Jan 29, 2024
1 parent 7f4725f commit 079dbf9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server.py
Original file line number Diff line number Diff line change
Expand Up @@ -632,8 +632,6 @@ async def start(self, address, port, verbose=True, call_on_start=None):
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))
Expand Down

0 comments on commit 079dbf9

Please sign in to comment.