diff --git a/docs/operate/get-started/other-hardware/create-module/hello-world-module.md b/docs/operate/get-started/other-hardware/create-module/hello-world-module.md index 6a77c083e6..67de4a8a6d 100644 --- a/docs/operate/get-started/other-hardware/create-module/hello-world-module.md +++ b/docs/operate/get-started/other-hardware/create-module/hello-world-module.md @@ -312,8 +312,7 @@ from PIL import Image {{% /tablestep %}} {{< tablestep number=2 >}} -In the test script you hard-coded the path to the image. -For the module, let's make the path a configurable attribute so you or other users of the module can set the path from which to get the image. +Let's make the path a configurable attribute so you or other users of the module can set the path from which to get the image. Add the following lines to the camera's `reconfigure()` function definition. These lines set the `image_path` based on the configuration when the resource is configured or reconfigured.