Skip to content

Commit f8a44c5

Browse files
committed
Added pyopenssl workaround
1 parent 5a5e52a commit f8a44c5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

SIS_Images_Scraper.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
from urllib3.contrib import pyopenssl
1313
pyopenssl.extract_from_urllib3()
1414
except ImportError:
15-
pass
16-
15+
pass
1716

1817
# Login to SIS
1918
def login(driver):

0 commit comments

Comments
 (0)