diff --git a/Adafruit_IO/client.py b/Adafruit_IO/client.py index 83a4111..325dc84 100644 --- a/Adafruit_IO/client.py +++ b/Adafruit_IO/client.py @@ -5,7 +5,6 @@ from urllib import urlencode, quote #fork of ApiClient Class: https://github.com/shazow/apiclient class Client(object): - #BASE_URL = 'http://localhost:3002/' BASE_URL = 'https://io.adafruit.com/' def __init__(self, key, rate_limit_lock=None):