bitwarden

This commit is contained in:
jaydee
2024-09-26 17:28:51 +02:00
parent 4993671e2a
commit 82039cc494

View File

@@ -215,6 +215,7 @@ if _ACTION == "join":
pbar.update(1) pbar.update(1)
pbar.close() pbar.close()
print("\n")
file_stats = os.stat(export_name) file_stats = os.stat(export_name)
print(f"Exported size: {str(file_stats.st_size )}") print(f"Exported size: {str(file_stats.st_size )}")
print(f"Expected size: {final_size}") print(f"Expected size: {final_size}")