bitwarden

This commit is contained in:
jaydee
2024-09-24 19:29:05 +02:00
parent c445e0c8ba
commit 837a034237

View File

@@ -176,7 +176,7 @@ if _ACTION == "join":
# for progress in ff.run_command_with_progress():
# pbar.update(progress - pbar.n)
with tqdm(total=100, position=1, desc="Join") as pbar:
while True:
for progress in ff.run_command_with_progress():
pbar.update(1)
try:
file_stats = os.stat(export_name)