mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-10 08:19:23 +00:00
Fix inactivity lock test
This commit is contained in:
@@ -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"))
|
||||
|
Reference in New Issue
Block a user