diff --git a/api/opusnt.py b/api/opusnt.py index 080f995..22be617 100644 --- a/api/opusnt.py +++ b/api/opusnt.py @@ -83,7 +83,7 @@ def readyFile(path): target["path"],str(target["index"]), path,"--dest-dir=" +tmpPath, "--preserve-dir-structure" - ],check=True) + ],check=True,stdout=subprocess.DEVNULL) def renameFile(path,newpath): if target["type"] == "offline":