Skip to content

Commit 7d9de76

Browse files
authored
Remove bad -u
No point in -u here because we are getting the print results at the end of the program
1 parent f6d887d commit 7d9de76

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: README.md

-1
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)