There was an error while loading. Please reload this page.
1 parent d259674 commit e4ec35dCopy full SHA for e4ec35d
1 file changed
calendar_cli/legacy.py
@@ -36,7 +36,6 @@
36
import logging
37
import sys
38
import re
39
-import urllib3
40
from getpass import getpass
41
from six import PY3
42
@@ -908,9 +907,6 @@ def main():
908
907
909
caldav_conn = None
910
911
- if args.ssl_verify_cert == 'no':
912
- urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)
913
-
914
if hasattr(args, 'func'):
915
return args.func(caldav_conn, args)
916
else:
0 commit comments