Skip to content

Commit 54ff530

Browse files
author
brentru
committed
more
1 parent ad9ac1d commit 54ff530

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Adafruit_IO/client.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ def __init__(self, username, key, proxies=None, base_url='https://io.adafruit.co
5252
self.username = username
5353
self.key = key
5454
self.proxies = proxies
55-
# self.logger = logging.basicConfig(level=logging.DEBUG, format='%(asctime)s - %(levelname)s - %(message)s')
55+
# self.logger = logging.basicConfig(level=logging.DEBUG,
56+
# format='%(asctime)s - %(levelname)s - %(message)s')
5657

5758
# Save URL without trailing slash as it will be added later when
5859
# constructing the path.

0 commit comments

Comments
 (0)