Skip to content

Commit f7b274a

Browse files
committed
remove loop_blocking
1 parent 4527ec2 commit f7b274a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

adafruit_io/adafruit_io.py

-6
Original file line numberDiff line numberDiff line change
@@ -224,12 +224,6 @@ def loop(self):
224224
"""
225225
self._client.loop()
226226

227-
def loop_blocking(self):
228-
"""Starts a blocking loop and to processes messages
229-
from Adafruit IO. Code below this call will not run.
230-
"""
231-
self._client.loop_forever()
232-
233227
# Subscriptions
234228
def subscribe(self, feed_key=None, group_key=None, shared_user=None):
235229
"""Subscribes to your Adafruit IO feed or group.

0 commit comments

Comments
 (0)