removal of vault password at end of loop

This commit is contained in:
crp3844
2022-09-08 15:40:15 -04:00
parent 79d56d00d0
commit 58a7b002ba

View File

@@ -464,6 +464,7 @@ if __name__ == "__main__":
else:
logger.error("Unable to login to account, please check API credentials")
del vault_password
del os.environ['BW_CLIENTID']
del os.environ['BW_CLIENTSECRET']
if "BW_SESSION" in os.environ: