Skip to content

Commit 4dbe4a9

Browse files
committed
Update README.md
1 parent 5eb2c19 commit 4dbe4a9

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
@@ -332,7 +332,7 @@ def do_plan(robot):
332332
raise Return(path1, path2)
333333

334334
loop = trollius.get_event_loop()
335-
path = loop.run_until_complete(do_plan)
335+
path = loop.run_until_complete(do_plan(robot))
336336
```
337337

338338
## Method Binding

0 commit comments

Comments
 (0)