bitwarden

This commit is contained in:
jaydee
2024-09-24 19:39:00 +02:00
parent 119d18d730
commit 788824cf99

View File

@@ -178,10 +178,10 @@ if _ACTION == "join":
with tqdm(total=100, position=1, desc="Join") as pbar:
while True:
pbar.update(1)
#pbar.update(1)
try:
#file_stats = os.stat(export_name)
#print(file_stats.st_size )
file_stats = os.stat(export_name)
print(file_stats.st_size )
pass
except:
pass