Skip to content

Commit d465948

Browse files
authored
Merge pull request #52 from makermelissa/master
Updated for Adafruit IO 5.0.0
2 parents 02baa6d + 98004aa commit d465948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_matrixportal/network.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ def _get_io_client(self):
323323
"Adafruit IO secrets are kept in secrets.py, please add them there!\n\n"
324324
) from KeyError
325325

326-
return IO_HTTP(aio_username, aio_key, self._wifi.manager(secrets))
326+
return IO_HTTP(aio_username, aio_key, requests)
327327

328328
def push_to_io(self, feed_key, data):
329329
"""Push data to an adafruit.io feed

0 commit comments

Comments
 (0)