Skip to content

Commit 9c0c338

Browse files
authored
Update example in README.md
1 parent 304da70 commit 9c0c338

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
@@ -68,7 +68,7 @@ let options = {
6868

6969
PythonShell.run('my_script.py', options).then(messages=>{
7070
// results is an array consisting of messages collected during execution
71-
console.log('results: %j', results);
71+
console.log('results: %j', messages);
7272
});
7373
```
7474

0 commit comments

Comments
 (0)