This commit is contained in:
2025-10-29 09:11:53 -07:00
parent fa2bbad5ba
commit b1849bc111
2 changed files with 3 additions and 3 deletions

2
app.py
View File

@@ -267,4 +267,4 @@ def dashboard():
if __name__ == "__main__":
app.run(debug=True, host="0.0.0.0", port=5000)
app.run(debug=True, host="0.0.0.0", port=5004)