bitwarden

This commit is contained in:
jaydee
2024-09-25 01:44:52 +02:00
parent ad83b16f61
commit 9c709d98cd

View File

@@ -174,7 +174,7 @@ if _ACTION == "join":
] ]
#print(myCmd) #print(myCmd)
print(f"Joining {len(parts)} files...") print(f"Joining {len(parts)} files to {export_name}...")
proc = subprocess.Popen(myCmd,stdout=subprocess.DEVNULL,stderr=subprocess.STDOUT) 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():