bitwarden

This commit is contained in:
jaydee
2024-10-02 20:09:17 +02:00
parent f9c1e8261f
commit 4feb49d8c6

View File

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