Skip to content

Commit

Permalink
Merge pull request #41 from 2bndy5/master
Browse files Browse the repository at this point in the history
remove loop_blocking
  • Loading branch information
brentru committed Aug 6, 2020
2 parents 4527ec2 + f7b274a commit 74b68dc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions adafruit_io/adafruit_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,12 +224,6 @@ def loop(self):
"""
self._client.loop()

def loop_blocking(self):
"""Starts a blocking loop and to processes messages
from Adafruit IO. Code below this call will not run.
"""
self._client.loop_forever()

# Subscriptions
def subscribe(self, feed_key=None, group_key=None, shared_user=None):
"""Subscribes to your Adafruit IO feed or group.
Expand Down

0 comments on commit 74b68dc

Please sign in to comment.