Skip to content

Commit 799f043

Browse files
committed
more updates
1 parent ed6972d commit 799f043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/iot-hub/iot-hub-python-python-module-twin-getstarted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ In this section, you create a Python app on your simulated device that updates t
144144
import iothub_service_client
145145
from iothub_service_client import IoTHubRegistryManager, IoTHubRegistryManagerAuthMethod, IoTHubDeviceTwin, IoTHubError
146146
147-
CONNECTION_STRING = "FILL IN CONNECTION STRING"
147+
CONNECTION_STRING = "{moduleConnectionString}"
148148
DEVICE_ID = "myFirstDevice"
149149
MODULE_ID = "myFirstModule"
150150

0 commit comments

Comments
 (0)