Skip to content

Commit 9b17745

Browse files
committed
Added :param:
1 parent 8d23a54 commit 9b17745

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_io/adafruit_io.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ def remove_feed_callback(self, feed_key):
221221
def loop(self, timeout=1):
222222
"""Manually process messages from Adafruit IO.
223223
Call this method to check incoming subscription messages.
224+
:param int timeout: Socket timeout, in seconds.
224225
225226
Example usage of polling the message queue using loop.
226227

0 commit comments

Comments
 (0)