From 2a86bacee09a8073401c41f95caa5122af927084 Mon Sep 17 00:00:00 2001 From: gsd Date: Fri, 13 Feb 2026 21:03:12 +0300 Subject: [PATCH] long live code --- authManager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authManager.py b/authManager.py index f76fa5b..fd8cd43 100644 --- a/authManager.py +++ b/authManager.py @@ -17,7 +17,7 @@ class AuthManager: NUM = "NUM" NUM_SECURED = "NUM_SECURED" SECRET_KEY = "SECRET_KEY"#todo - MAX_CODE_LIFE = 60 + MAX_CODE_LIFE = 180 def __init__(self, args): self.salt = args.web_salt