bitwarden

This commit is contained in:
jaydee
2024-09-26 23:36:01 +02:00
parent 09a323aa49
commit c7205aa9e7

View File

@@ -108,6 +108,8 @@ if _ACTION == "flip":
for progress in ff.run_command_with_progress():
pbar.update(progress - pbar.n)
pbar.close()
print("Hello, World!", flush=True)
print(f"Done".ljust(130))
# get the output
#print(ff.stderr)