mirror of
https://github.com/csd4ni3l/grass_touching_captcha.git
synced 2026-01-01 04:23:45 +01:00
fix flash not using error category
This commit is contained in:
2
main.py
2
main.py
@@ -95,7 +95,7 @@ def check_banned():
|
|||||||
cur.close()
|
cur.close()
|
||||||
|
|
||||||
if row is None or row[0]:
|
if row is None or row[0]:
|
||||||
flash("Imagine forgetting to touch grass so you get banned from my app. Such a discord moderator you are. You have no life. Just go outside.")
|
flash("Imagine forgetting to touch grass so you get banned from my app. Such a discord moderator you are. You have no life. Just go outside.", "error")
|
||||||
flask_login.logout_user()
|
flask_login.logout_user()
|
||||||
return redirect("/")
|
return redirect("/")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user