Rework the webcam detection
This commit is contained in:
@@ -221,7 +221,7 @@ def logout_page():
|
||||
@app.errorhandler(429)
|
||||
def ratelimit_handler(e):
|
||||
flash("Rate limit reached, please slow down :) ( Currently at "+ e.description + ")", 'error')
|
||||
app.logger.debug('Rate limit reached ' + e)
|
||||
app.logger.debug('Rate limit reached ' + str(e.description))
|
||||
return redirect(url_for("index"))
|
||||
|
||||
@app.route("/ping")
|
||||
|
||||
Reference in New Issue
Block a user