Skip to content

Commit

Permalink
Fixed typo in variable (GoogleCloudPlatform#1472)
Browse files Browse the repository at this point in the history
Co-authored-by: Todd Kopriva <[email protected]>
  • Loading branch information
foosiee and ToddKopriva authored Oct 12, 2020
1 parent a89f8e7 commit e062c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/cloud-iot-gateways-rpi/cloudiot_mqtt_gateway.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def on_connect(client, unused_userdata, unused_flags, rc):

# Subscribe to the config and error topics.
client.subscribe(gateway_state.mqtt_config_topic, qos=1)
client.subscribe(gateway_state.error_topic, qos=0)
client.subscribe(gateway_state.mqtt_error_topic, qos=0)


def on_disconnect(client, unused_userdata, rc):
Expand Down

0 comments on commit e062c45

Please sign in to comment.