modified: app.py
This commit is contained in:
2
app.py
2
app.py
@@ -76,4 +76,4 @@ def run_standalone():
|
|||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
#run_standalone() # Uncomment for desktop app
|
#run_standalone() # Uncomment for desktop app
|
||||||
socketio.run(app, host='0.0.0.0', port=5000, debug=True)
|
socketio.run(app, host='0.0.0.0', port=5000, debug=True, allow_unsafe_werkzeug=True)
|
||||||
Reference in New Issue
Block a user