updated encrypt_password.py script

This commit is contained in:
Paul 2020-11-09 09:41:31 +01:00
parent c4683d144a
commit 5c5f5208f9

View File

@ -22,5 +22,4 @@ def encrypt(password=""):
if __name__ == "__main__":
Args = parse_args()
Password = Args.password[0]
print(f"Encrypting password {Password}")
print(encrypt(Password))