Update app.py
This commit is contained in:
2
app.py
2
app.py
@@ -15,4 +15,4 @@ def serve_frontend():
|
|||||||
return send_from_directory(app.static_folder, 'index.html')
|
return send_from_directory(app.static_folder, 'index.html')
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
app.run(host='0.0.0.0', port=7071, debug=True, threaded=True)
|
app.run(host='0.0.0.0', port=7070, debug=True, threaded=True)
|
||||||
|
|||||||
Reference in New Issue
Block a user