Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
midoks committed Jun 26, 2022
1 parent 4c268b7 commit 8b4fc2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
f.close()

HOST = '0.0.0.0'

http_server = WSGIServer(
(HOST, PORT), app, handler_class=WebSocketHandler)

Expand Down

0 comments on commit 8b4fc2a

Please sign in to comment.