Ansaribinhyder commited on
Commit
6a22b36
·
1 Parent(s): a66b693

REmove host from flask

Browse files
Files changed (1) hide show
  1. main.py +2 -2
main.py CHANGED
@@ -14,5 +14,5 @@ def get_all_posts():
14
  return render_template("index.html")
15
 
16
 
17
- if __name__ == "__main__":
18
- app.run(debug=False,host='0.0.0.0',port=8190)
 
14
  return render_template("index.html")
15
 
16
 
17
+ # if __name__ == "__main__":
18
+ # app.run(debug=False,host='0.0.0.0',port=8190)