bitwarden

This commit is contained in:
jaydee
2024-09-24 20:33:06 +02:00
parent 2ebe3acd89
commit 21cf5599a7

View File

@@ -188,7 +188,7 @@ if _ACTION == "join":
pbar.update(int(cur_stat) - position) pbar.update(int(cur_stat) - position)
position = int(cur_stat) position = int(cur_stat)
print(proc.poll()) #print(proc.poll())
except: except:
pass pass