Update app.py

This commit is contained in:
Xoconoch
2025-01-24 13:59:56 -06:00
committed by GitHub
parent 1fde807436
commit ed506e381a

2
app.py
View File

@@ -15,4 +15,4 @@ def serve_frontend():
return send_from_directory(app.static_folder, 'index.html')
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)