Skip to content

Commit 96b9fb6

Browse files
committed
Merge branch 'fix-bad-save-example'
2 parents 8980342 + 7bdafdd commit 96b9fb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

programming/sr/vision/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ from sr.robot3 import *
6464
R = Robot()
6565

6666
# `R.usbkey` is the path to your USB drive
67-
marker_ids = R.camera.save(R.usbkey / "initial-view.png")
67+
R.camera.save(R.usbkey / "initial-view.png")
6868
~~~~~
6969

7070
capture

0 commit comments

Comments
 (0)