Update app.py

pull/109/head
midoks 3 years ago
parent 4c268b7203
commit 8b4fc2a423
  1. 1
      app.py

@ -22,7 +22,6 @@ try:
f.close()
HOST = '0.0.0.0'
http_server = WSGIServer(
(HOST, PORT), app, handler_class=WebSocketHandler)

Loading…
Cancel
Save