Prevent background sync thread from blocking cleanup

This commit is contained in:
thePR0M3TH3AN
2025-07-13 18:15:58 -04:00
parent b01b73c1d5
commit 6fe4b86a19

View File

@@ -934,7 +934,6 @@ class PasswordManager:
self.initialize_bip85()
self.initialize_managers()
self.start_background_sync()
except Exception as e:
logging.error(f"Failed to encrypt and save parent seed: {e}", exc_info=True)
print(colored(f"Error: Failed to encrypt and save parent seed: {e}", "red"))