Skip to content

Commit df47458

Browse files
authored
fixed #85 adding explanation for -u
1 parent 0722b2e commit df47458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ var PythonShell = require('python-shell');
4444
var options = {
4545
mode: 'text',
4646
pythonPath: 'path/to/python',
47-
pythonOptions: ['-u'],
47+
pythonOptions: ['-u'], // get print results in real-time
4848
scriptPath: 'path/to/my/scripts',
4949
args: ['value1', 'value2', 'value3']
5050
};

0 commit comments

Comments
 (0)