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.
1 parent 65fe4d3 commit a1802aeCopy full SHA for a1802ae
Adafruit_IO/client.py
@@ -47,7 +47,7 @@ def __init__(self, key, proxies=None, base_url='https://io.adafruit.com'):
47
def _compose_url(self, path):
48
return '{0}/{1}'.format(self.base_url, path)
49
50
- def _handle_error(sefl, response):
+ def _handle_error(self, response):
51
# Handle explicit errors.
52
if response.status_code == 429:
53
raise ThrottlingError()
0 commit comments