fix: typo

This commit is contained in:
Terrtia 2019-09-03 12:00:24 +02:00
parent 6dcecd6ba6
commit ebf87f71b3
No known key found for this signature in database
GPG key ID: 1E1B1F50D84613D0

View file

@ -37,7 +37,7 @@ regex_password = r'^(?=(.*\d){2})(?=.*[a-z])(?=.*[A-Z]).{10,100}$'
regex_password = re.compile(regex_password) regex_password = re.compile(regex_password)
############################################################### ###############################################################
############### CHECK ROLE ACCESS ################## ############### FLASK CACHE ##################
############################################################### ###############################################################
def no_cache(func): def no_cache(func):
@wraps(func) @wraps(func)