We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 34a8bc0 + 135845a commit 4f3609bCopy full SHA for 4f3609b
examples/mqtt/mqtt_subscribe.py
@@ -36,7 +36,7 @@ def disconnected(client):
36
print('Disconnected from Adafruit IO!')
37
sys.exit(1)
38
39
-def message(client, feed_id, payload, retain):
+def message(client, feed_id, payload):
40
# Message function will be called when a subscribed feed has a new value.
41
# The feed_id parameter identifies the feed, and the payload parameter has
42
# the new value.
0 commit comments