bitwarden

This commit is contained in:
jaydee
2024-09-26 23:37:49 +02:00
parent c7205aa9e7
commit caffd697ad

View File

@@ -108,7 +108,7 @@ if _ACTION == "flip":
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)
pbar.close() pbar.close()
print("Hello, World!", flush=True) print("Hello, World!", end='', flush=True)
print(f"Done".ljust(130)) print(f"Done".ljust(130))
# get the output # get the output