Browse Source

readfilesync

axcwg 5 months ago
parent
commit
220136cc70
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main.js

+ 1 - 1
main.js

@@ -63,7 +63,7 @@ app.post('/submit', function (req, res) {
             break;
 
     }
-    nrc.run(["pip install audio-separator", kind_of], {
+    nrc.run(["pip install audio-separator", kind_of[0]], {
         onData: callback,
         onError: errcb
     }).then(() => {