Skip to content

Commit

Permalink
Documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
eerimoq committed Aug 9, 2019
1 parent c613633 commit 1d44bfa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mqttools/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,9 @@ def messages(self):
return self._messages

async def on_message(self, topic, message):
"""Called for each received MQTT message. Puts the message on the
messages queue by default.
"""Called for each received MQTT message and when the broker
connection is lost. Puts the message on the messages queue by
default.
"""

Expand Down

0 comments on commit 1d44bfa

Please sign in to comment.