Add pauses to prevent screen clearing

This commit is contained in:
thePR0M3TH3AN
2025-07-06 06:57:57 -04:00
parent 9ea348bd7a
commit 82a27ce858
2 changed files with 6 additions and 1 deletions

View File

@@ -1849,6 +1849,7 @@ class PasswordManager:
print(colored("\n[+] Search Results:\n", "green"))
for match in results:
self.display_entry_details(match[0])
pause()
except Exception as e:
logging.error(f"Failed to search entries: {e}", exc_info=True)
print(colored(f"Error: Failed to search entries: {e}", "red"))