removal of accounts and emails variable at end of script
This commit is contained in:
@@ -472,5 +472,7 @@ if __name__ == "__main__":
|
|||||||
logger.info("Logging out of your Bitwarden account")
|
logger.info("Logging out of your Bitwarden account")
|
||||||
logger.debug((subprocess.run([bitwarden_cli_executable, 'logout'], capture_output=True).stdout).decode())
|
logger.debug((subprocess.run([bitwarden_cli_executable, 'logout'], capture_output=True).stdout).decode())
|
||||||
|
|
||||||
|
del accounts
|
||||||
|
del emails
|
||||||
client.close()
|
client.close()
|
||||||
sys.exit(0)
|
sys.exit(0)
|
||||||
|
|||||||
Reference in New Issue
Block a user