Skip to content

Commit 7ffe4bd

Browse files
committed
Fix except block
1 parent a8f7e9a commit 7ffe4bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_connection_manager.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ def get_radio_socketpool(radio):
143143
pool.set_interface(radio)
144144
except ImportError:
145145
# if SSL not on board, default to fake_ssl_context
146+
pass
146147

147148
if ssl_context is None:
148149
ssl_context = create_fake_ssl_context(pool, radio)

0 commit comments

Comments
 (0)