This commit is contained in:
Maciej 2018-12-03 21:01:21 +00:00
parent a9399d35c7
commit b83a43c5b9

2
app.py
View File

@ -569,4 +569,4 @@ if __name__ == "__main__":
#app.run(host='0.0.0.0')
# Port: 5000
#socketio.run(app, debug=True)
socketio.run(app)
socketio.run(app, host="0.0.0.0", ssl_context=("cert.pem", "key.pem"))