Skip to content

Commit

Permalink
default all host
Browse files Browse the repository at this point in the history
  • Loading branch information
matthuisman committed Jul 5, 2022
1 parent 332b0e5 commit 35148b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion channels.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def _print(text):
self.send_response(404)

def run(port=80):
server_address = ('127.0.0.1', port)
server_address = ('', port)
httpd = ThreadingHTTPServer(server_address, MainHandler)
httpd.serve_forever()

Expand Down

0 comments on commit 35148b4

Please sign in to comment.