mirror of
https://github.com/Lynnesbian/FediBooks/
synced 2024-11-25 08:38:59 +00:00
remove comment that no longer applies
This commit is contained in:
parent
38463fefb2
commit
80b683cfde
1 changed files with 0 additions and 3 deletions
3
webui.py
3
webui.py
|
@ -554,9 +554,6 @@ def img_bot_generic():
|
||||||
|
|
||||||
@app.route("/favicon.ico")
|
@app.route("/favicon.ico")
|
||||||
def favicon():
|
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")
|
return send_file("static/favicon.ico")
|
||||||
|
|
||||||
def bot_check(bot):
|
def bot_check(bot):
|
||||||
|
|
Loading…
Reference in a new issue