Skip to content

Commit 74b68dc

Browse files
authored
Merge pull request #41 from 2bndy5/master
remove loop_blocking
2 parents 4527ec2 + f7b274a commit 74b68dc

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)