bitwarden

This commit is contained in:
jaydee
2024-10-02 20:08:20 +02:00
parent 116d8744b8
commit f9c1e8261f

View File

@@ -234,7 +234,8 @@ if _ACTION == "join":
except: except:
pass pass
d_print("Running commad") d_print("Running commad")
proc = subprocess.Popen(myCmd,stdout=subprocess.DEVNULL,stderr=subprocess.STDOUT) #proc = subprocess.Popen(myCmd,stdout=subprocess.DEVNULL,stderr=subprocess.STDOUT)
proc = subprocess.Popen(myCmd,stderr=subprocess.STDOUT)
# with tqdm(total=100, position=1, desc="Convert") as pbar: # with tqdm(total=100, position=1, desc="Convert") as pbar:
# for progress in ff.run_command_with_progress(): # for progress in ff.run_command_with_progress():
# pbar.update(progress - pbar.n) # pbar.update(progress - pbar.n)