bitwarden

This commit is contained in:
jaydee
2024-09-24 22:50:44 +02:00
parent 776b46dfc3
commit 0771e2fb5a

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.pull() proc.poll()
except: except:
pass pass