mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
109b2f018a
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
11 lines
317 B
Diff
11 lines
317 B
Diff
--- rss2email.py.orig 2016-09-28 01:57:12.929900342 +0200
|
|
+++ rss2email.py 2016-09-28 01:57:36.316685746 +0200
|
|
@@ -25,6 +25,8 @@
|
|
|
|
import urllib2
|
|
urllib2.install_opener(urllib2.build_opener())
|
|
+import ssl
|
|
+ssl._create_default_https_context = ssl._create_unverified_context
|
|
|
|
### Vaguely Customizable Options ###
|
|
|