bitwarden

This commit is contained in:
jaydee
2024-09-24 22:28:15 +02:00
parent 2c9f970883
commit 776b46dfc3

View File

@@ -169,7 +169,7 @@ if _ACTION == "join":
pbar.update(int(cur_stat) - position) pbar.update(int(cur_stat) - position)
position = int(cur_stat) position = int(cur_stat)
proc.call() proc.pull()
except: except:
pass pass