Skip to content

Commit 395e3f6

Browse files
committed
Remove old commented out base URL.
1 parent 0498780 commit 395e3f6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Adafruit_IO/client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
#fork of ApiClient Class: https://github.com/shazow/apiclient
77
class Client(object):
8-
#BASE_URL = 'http://localhost:3002/'
98
BASE_URL = 'https://io.adafruit.com/'
109

1110
def __init__(self, key, rate_limit_lock=None):

0 commit comments

Comments
 (0)