From 98004aa8fdead0127685d7dff41fd53677478f50 Mon Sep 17 00:00:00 2001 From: Melissa LeBlanc-Williams Date: Fri, 20 Nov 2020 11:03:13 -0800 Subject: [PATCH] Updated for Adafruit IO 5.0.0 --- adafruit_matrixportal/network.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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