pa3lo commited on
Commit
4ef11df
1 Parent(s): d7a697c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ messages = []
65
 
66
 
67
  @app.route("/", methods=["GET"])
68
- @limiter.limit("10/minute")
69
  def home():
70
  return render_template("home.html", messages=messages)
71
 
 
65
 
66
 
67
  @app.route("/", methods=["GET"])
68
+ #@limiter.limit("10/minute")
69
  def home():
70
  return render_template("home.html", messages=messages)
71