remove loop_blocking

This commit is contained in:
brendan 2020-08-05 18:33:41 -07:00
parent 4527ec26e7
commit f7b274af8c

View file

@ -224,12 +224,6 @@ class IO_MQTT:
"""
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.