diff --git a/adafruit_matrixportal/network.py b/adafruit_matrixportal/network.py index 7384f30..cdde99c 100755 --- a/adafruit_matrixportal/network.py +++ b/adafruit_matrixportal/network.py @@ -323,7 +323,7 @@ def _get_io_client(self): "Adafruit IO secrets are kept in secrets.py, please add them there!\n\n" ) from KeyError - return IO_HTTP(aio_username, aio_key, self._wifi.manager(secrets)) + return IO_HTTP(aio_username, aio_key, requests) def push_to_io(self, feed_key, data): """Push data to an adafruit.io feed