progress
This commit is contained in:
5
app.py
5
app.py
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user