Fix inactivity lock test

This commit is contained in:
thePR0M3TH3AN
2025-06-30 11:08:25 -04:00
parent 4801e2c33c
commit 966b53258f
2 changed files with 13 additions and 4 deletions

View File

@@ -478,7 +478,6 @@ def display_menu(
4. Settings
5. Exit
"""
password_manager.update_activity()
while True:
if time.time() - password_manager.last_activity > inactivity_timeout:
print(colored("Session timed out. Vault locked.", "yellow"))