Skip to content

Commit

Permalink
Update docs/tutorials/services/color-detection-scuttle.md
Browse files Browse the repository at this point in the history
Co-authored-by: andf-viam <[email protected]>
  • Loading branch information
npentrel and andf-viam authored Sep 20, 2023
1 parent 7af5f4b commit 675c171
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/tutorials/services/color-detection-scuttle.md
Original file line number Diff line number Diff line change
Expand Up @@ -331,8 +331,7 @@ from viam.components.base import Base
async def connect():
creds = Credentials(
type="robot-location-secret",
payload="[PLEASE ADD YOUR SECRET HERE. "
"YOU CAN FIND THIS ON THE CODE SAMPLE TAB]")
payload="<location_secret>")
opts = RobotClient.Options(
refresh_interval=0,
dial_options=DialOptions(credentials=creds)
Expand Down

0 comments on commit 675c171

Please sign in to comment.