This commit is contained in:
2025-10-31 10:02:46 -07:00
parent 14a09b5eff
commit 79a156c5ec
6 changed files with 41 additions and 5 deletions

5
app.py
View File

@@ -266,5 +266,6 @@ def dashboard():
return render_template("dashboard.html", rows=detailed_rows, case_email=case_email)
if __name__ == "__main__":
app.run(debug=True, host="0.0.0.0", port=5004)
# GAE compatibility
if __name__ == "__main__"
app.run(debug=True, host="0.0.0.0", port=8080)