Apply yapf and add ignorefile

This commit is contained in:
2024-08-28 13:43:33 +02:00
parent 384dd82454
commit 2412df4960
7 changed files with 11 additions and 0 deletions

View File

@ -17,6 +17,7 @@ content_type_png = "image/png"
def token_auth(func):
@wraps(func)
def _token_auth(*args, **kwargs):
auth_header = request.headers.get("Authorization")