bitwarden

This commit is contained in:
jaydee
2024-09-24 19:34:09 +02:00
parent de27fa6860
commit 533d9e18c5

View File

@@ -176,7 +176,8 @@ 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:
for progress in ff.run_command_with_progress():
while True:
pbar.update(1)
try:
file_stats = os.stat(export_name)