Arrumar erro de digitação

This commit is contained in:
Augusto Gunsch 2021-10-19 00:45:21 -03:00
parent 27b8fcf215
commit 2ef9d302b0
No known key found for this signature in database
GPG Key ID: F7EEFE29825C72DC
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ from .fetch import get_trainer_by_nick_fail, NotFound
from .errors import AuthenticationFailure from .errors import AuthenticationFailure
import jwt import jwt
# authenticação do trainer (decorator) # autenticação do trainer (decorator)
def token_required(f): def token_required(f):
@wraps(f) @wraps(f)
def decorated(*args, **kwargs): def decorated(*args, **kwargs):