We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 02baa6d + 98004aa commit d465948Copy full SHA for d465948
adafruit_matrixportal/network.py
@@ -323,7 +323,7 @@ def _get_io_client(self):
323
"Adafruit IO secrets are kept in secrets.py, please add them there!\n\n"
324
) from KeyError
325
326
- return IO_HTTP(aio_username, aio_key, self._wifi.manager(secrets))
+ return IO_HTTP(aio_username, aio_key, requests)
327
328
def push_to_io(self, feed_key, data):
329
"""Push data to an adafruit.io feed
0 commit comments