Arrumar erro de digitação
This commit is contained in:
parent
27b8fcf215
commit
2ef9d302b0
|
@ -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):
|
||||||
|
|
Loading…
Reference in New Issue