bitwarden

This commit is contained in:
jaydee
2024-10-02 20:10:55 +02:00
parent 4feb49d8c6
commit 1756c1e68d

View File

@@ -235,6 +235,7 @@ if _ACTION == "join":
pass pass
d_print("Running commad") d_print("Running commad")
os.chdir(_FULL_PATH) os.chdir(_FULL_PATH)
print(os.getcwd())
#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) 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: