Reorganise images in static folder

Run black
This commit is contained in:
Michał Gdula 2023-06-12 20:15:17 +01:00
parent da142b2bc4
commit 76e7ec2058
15 changed files with 35 additions and 15 deletions

View file

@ -50,6 +50,7 @@ def load_user(user_id):
def error_page(err):
if not isinstance(err, HTTPException):
abort(500)
return (
render_template(
"error.html", error=err.code, msg=err.description, image=str(randint(1, 3))