hm
This commit is contained in:
2
app.py
2
app.py
@@ -90,4 +90,4 @@ if __name__ == '__main__':
|
||||
context.load_cert_chain('cert.pem', 'key.pem')
|
||||
|
||||
print("Starting Flask-SocketIO server on https://localhost:3000")
|
||||
socketio.run(app, host='localhost', port=3000, ssl_context=context, debug=True)
|
||||
socketio.run(app, host='0.0.0.0', port=3232, ssl_context=context, debug=True)
|
||||
|
||||
Reference in New Issue
Block a user