Commit ce7984fc authored by nimrod's avatar nimrod
Browse files

Some progress output.

parent b7e54f50
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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,