bitwarden

This commit is contained in:
jaydee
2024-09-25 08:39:29 +02:00
parent 3b07d3ee74
commit 83417c237a

View File

@@ -174,7 +174,7 @@ if _ACTION == "join":
]
#print(myCmd)
print(f"Joining {len(parts)} files to {export_name}...")
print(f"Joining {len(parts)} files to {export_name} in {_DAY_DIR}...")
proc = subprocess.Popen(myCmd,stdout=subprocess.DEVNULL,stderr=subprocess.STDOUT)
# with tqdm(total=100, position=1, desc="Convert") as pbar:
# for progress in ff.run_command_with_progress():