Commit 96c321dd authored by plaasio's avatar plaasio 👷🏽

Update pnv.js

parent fd2ae450
......@@ -38,9 +38,9 @@ function getPySrc(src,args){
return new Promise(function(resolve, reject) {
let options = {
mode: 'text',
mode: 'binary',
pythonPath: '/usr/bin/python',
pythonOptions: ['-u'], // get print results in real-time
//pythonOptions: ['-u'], // get print results in real-time
scriptPath: '/root/',
args: args
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment