Update app.py

pull/109/head
midoks 3 years ago
parent 43792fc936
commit 4c268b7203
  1. 2
      app.py

@ -22,8 +22,6 @@ try:
f.close()
HOST = '0.0.0.0'
# if os.path.exists('data/ipv6.pl'):
# HOST = "::1"
http_server = WSGIServer(
(HOST, PORT), app, handler_class=WebSocketHandler)

Loading…
Cancel
Save