bitwarden

This commit is contained in:
jaydee
2024-09-24 20:10:42 +02:00
parent e2174c5fe7
commit 0cd34f8838

View File

@@ -188,13 +188,15 @@ if _ACTION == "join":
pbar.update(int(cur_stat) - position)
position = int(cur_stat)
print(proc.returncode)
if cur_stat == 100:
break
except:
pass
time.sleep(3)
# get the output
print(ff.stderr)
status = 0
if status == 0:
print("Moving...")