Update readme

This commit is contained in:
Pasch, Frederik 2019-07-01 12:56:42 +02:00 committed by Néstor Subirón
parent 915e35d435
commit 212281d22b
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ camera.listen(image_queue.put)
while True:
world.tick()
timestamp = world.wait_for_tick()
world_snapshot = world.wait_for_tick()
image = image_queue.get()
```