Skip to content

Commit b2faf38

Browse files
authored
Merge pull request #307 from extrabacon/Fix-u
Remove bad -u
2 parents f6d887d + 7d9de76 commit b2faf38

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ import {PythonShell} from 'python-shell';
6161
let options = {
6262
mode: 'text',
6363
pythonPath: 'path/to/python',
64-
pythonOptions: ['-u'], // get print results in real-time
6564
scriptPath: 'path/to/my/scripts',
6665
args: ['value1', 'value2', 'value3']
6766
};

0 commit comments

Comments
 (0)