removal of accounts and emails variable at end of script

This commit is contained in:
crp3844
2022-09-08 15:40:46 -04:00
parent 58a7b002ba
commit 9e43bc7126

View File

@@ -472,5 +472,7 @@ if __name__ == "__main__":
logger.info("Logging out of your Bitwarden account")
logger.debug((subprocess.run([bitwarden_cli_executable, 'logout'], capture_output=True).stdout).decode())
del accounts
del emails
client.close()
sys.exit(0)