Skip to content
Snippets Groups Projects
Commit b3eba00d authored by jemliwassel's avatar jemliwassel
Browse files

feat: delete debug=True

parent fc47e2cc
No related tags found
1 merge request!11Feat/add api integration
Pipeline #20182 failed
......@@ -39,4 +39,4 @@ def get_event_by_city(city):
if __name__ == "__main__":
port = int(os.environ.get("PORT", 5000))
app.run(host='0.0.0.0', port=port, debug=True)
app.run(host='0.0.0.0', port=port)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment