Remove old commented out base URL.

This commit is contained in:
Tony DiCola 2014-12-08 13:54:40 -08:00
parent 0498780514
commit 395e3f6891

View file

@ -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):