fmt+debug
All checks were successful
Deploy on push / deploy (push) Successful in 5s

This commit is contained in:
2024-12-12 01:04:11 +03:00
parent 87506b0478
commit d02ae5bd3f
8 changed files with 32 additions and 5 deletions

View File

@@ -93,6 +93,7 @@ def login_required(f):
Возвращает:
- Обернутую функцию с добавленной проверкой авторизации.
"""
@wraps(f)
async def decorated_function(*args, **kwargs):
info = args[1]
@@ -124,6 +125,7 @@ def login_accepted(f):
Возвращает:
- Обернутую функцию с добавленной проверкой авторизации.
"""
@wraps(f)
async def decorated_function(*args, **kwargs):
info = args[1]