Skip to content

Commit 26fcd27

Browse files
authored
Update subscribe-and-print.py
1 parent 6eecd6e commit 26fcd27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployed-devices/quickstarts/paho-python/subscribe-and-print.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ def print_message(client, userdata, msg):
2323
# Use qos=1 to get your device caught up right away.
2424
#
2525
client.connect('mqtt-sync.us1.twilio.com', 8883, 60)
26-
client.subscribe('sync/docs/MyFirstDocument', qos=1)
26+
client.subscribe('sync/docs/MyDoc', qos=1)
2727
client.loop_forever()

0 commit comments

Comments
 (0)