broadfield-dev commited on
Commit
be9be7d
·
verified ·
1 Parent(s): 37df149

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,4 +89,4 @@ def index():
89
  return render_template("index.html", categorized_articles=categorized_articles, loading_new_feeds=True)
90
 
91
  if __name__ == "__main__":
92
- app.run(debug=True, host="0.0.0.0", port=5000)
 
89
  return render_template("index.html", categorized_articles=categorized_articles, loading_new_feeds=True)
90
 
91
  if __name__ == "__main__":
92
+ app.run(host="0.0.0.0", port=7860)