Skip to content

Commit a8f7e9a

Browse files
Update adafruit_connection_manager.py
Co-authored-by: Dan Halbert <halbert@halwitz.org>
1 parent 62b5643 commit a8f7e9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_connection_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def get_radio_socketpool(radio):
142142
ssl_context = ssl.create_default_context()
143143
pool.set_interface(radio)
144144
except ImportError:
145-
"""SSL not on board default to fake_ssl_context"""
145+
# if SSL not on board, default to fake_ssl_context
146146

147147
if ssl_context is None:
148148
ssl_context = create_fake_ssl_context(pool, radio)

0 commit comments

Comments
 (0)