Skip to content

Commit 9fe702b

Browse files
brentrubrentru
brentru
authored and
brentru
committed
strip old example text
1 parent eb764be commit 9fe702b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/aws_iot_shadows.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def message(client, topic, msg):
118118
# Initialize AWS IoT MQTT API Client
119119
aws_iot = MQTT_CLIENT(client)
120120

121-
# Connect callback handlers to Google MQTT Client
121+
# Connect callback handlers to AWS IoT MQTT Client
122122
aws_iot.on_connect = connect
123123
aws_iot.on_disconnect = disconnect
124124
aws_iot.on_subscribe = subscribe

examples/aws_iot_simpletest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def message(client, topic, msg):
115115
# Initialize AWS IoT MQTT API Client
116116
aws_iot = MQTT_CLIENT(client)
117117

118-
# Connect callback handlers to Google MQTT Client
118+
# Connect callback handlers to AWS IoT MQTT Client
119119
aws_iot.on_connect = connect
120120
aws_iot.on_disconnect = disconnect
121121
aws_iot.on_subscribe = subscribe

0 commit comments

Comments
 (0)