Remove old commented out base URL.
This commit is contained in:
parent
0498780514
commit
395e3f6891
1 changed files with 0 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in a new issue