diff --git a/core/apps/accounts/cache.py b/core/apps/accounts/cache.py index 3a23b58..82da31a 100644 --- a/core/apps/accounts/cache.py +++ b/core/apps/accounts/cache.py @@ -14,7 +14,7 @@ def cache_user_credentials(email, password, passport_id, pnfl, time): r.expire(key, time) -c + def get_user_credentials(email): key = f"user_credentials:{email}" data = r.hgetall(key)