mirror of
https://gitlab.sectorq.eu/jaydee/python.git
synced 2025-12-14 10:44:52 +01:00
bitwarden
This commit is contained in:
@@ -188,13 +188,15 @@ 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.returncode)
|
||||||
|
if cur_stat == 100:
|
||||||
|
break
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
time.sleep(3)
|
time.sleep(3)
|
||||||
|
|
||||||
# get the output
|
# get the output
|
||||||
print(ff.stderr)
|
|
||||||
status = 0
|
status = 0
|
||||||
if status == 0:
|
if status == 0:
|
||||||
print("Moving...")
|
print("Moving...")
|
||||||
|
|||||||
Reference in New Issue
Block a user