remove comment that no longer applies

This commit is contained in:
Lynne Megido 2019-09-10 22:25:04 +10:00
parent 38463fefb2
commit 80b683cfde

View File

@ -554,9 +554,6 @@ def img_bot_generic():
@app.route("/favicon.ico")
def favicon():
# so there's a weird bug where one of my firefox installs wants the favicon, and when it can't find it, it requests /
# requesting / resets your session['step'] to 1, which breaks all the multi-step things.
# so we need to give it a favicon.
return send_file("static/favicon.ico")
def bot_check(bot):