Skip to content
Snippets Groups Projects
Commit ce7984fc authored by nimrod's avatar nimrod
Browse files

Some progress output.

parent b7e54f50
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,7 @@ if __name__ == "__main__":
if not username:
username = getpass.getuser()
password = getpass.getpass("Enter password (will not echo): ")
print("Downloading the Keepass password database... ", flush=True)
obscured_password = subprocess.run( # nosec
["rclone", "obscure", "-"],
input=password,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment