bitwarden

This commit is contained in:
jaydee
2024-09-24 20:02:09 +02:00
parent 5a923752db
commit f76a955072

View File

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