From 675c17104624d5d491b465179bea9c7e04b5abef Mon Sep 17 00:00:00 2001 From: Naomi Pentrel <5212232+npentrel@users.noreply.github.com> Date: Wed, 20 Sep 2023 12:09:17 -0400 Subject: [PATCH] Update docs/tutorials/services/color-detection-scuttle.md Co-authored-by: andf-viam <132301587+andf-viam@users.noreply.github.com> --- docs/tutorials/services/color-detection-scuttle.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/tutorials/services/color-detection-scuttle.md b/docs/tutorials/services/color-detection-scuttle.md index d60697c057..3b326b283d 100644 --- a/docs/tutorials/services/color-detection-scuttle.md +++ b/docs/tutorials/services/color-detection-scuttle.md @@ -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="") opts = RobotClient.Options( refresh_interval=0, dial_options=DialOptions(credentials=creds)