View Single Post
Old 09-29-2016, 08:41 PM   #5
BobbyVan
Enthusiast
BobbyVan began at the beginning.
 
Posts: 42
Karma: 20
Join Date: Jan 2012
Device: Kindle Paperwhite
Thanks. Couldn't quite figure out how to change the variable, but I ended up inserting these two lines near the top of the recipe and got it to work again.

import ssl
ssl.create_default_context = ssl._create_unverified_context
BobbyVan is offline   Reply With Quote