From ebf87f71b3e5bbbba8accdbc674306a17efce8bb Mon Sep 17 00:00:00 2001 From: Terrtia Date: Tue, 3 Sep 2019 12:00:24 +0200 Subject: [PATCH] fix: typo --- var/www/modules/Role_Manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/var/www/modules/Role_Manager.py b/var/www/modules/Role_Manager.py index c4c2ad92..2fe5f59f 100644 --- a/var/www/modules/Role_Manager.py +++ b/var/www/modules/Role_Manager.py @@ -37,7 +37,7 @@ regex_password = r'^(?=(.*\d){2})(?=.*[a-z])(?=.*[A-Z]).{10,100}$' regex_password = re.compile(regex_password) ############################################################### -############### CHECK ROLE ACCESS ################## +############### FLASK CACHE ################## ############################################################### def no_cache(func): @wraps(func)