This commit is contained in:
Aevann1 2021-12-22 00:28:29 +02:00
parent 3c5da502ec
commit ac5b74e7cb
7 changed files with 8 additions and 35 deletions

View file

@ -1,15 +1,11 @@
import jinja2.exceptions
from files.helpers.wrappers import *
from files.helpers.session import *
from flask import *
from urllib.parse import quote, urlencode
import time
from files.__main__ import app, limiter
# Errors
@app.errorhandler(400)
@auth_desired