Update wrapper.py

This commit is contained in:
Akash
2020-07-19 19:54:46 +05:30
committed by GitHub
parent b4e8d8d023
commit 96f42acf05

View File

@@ -160,5 +160,5 @@ class Url():
try:
response = urlopen(req) #nosec
except Exception as e:
self.handle_HTTPError(e)
WaybackError(e)
return str(response.read()).count(",") # Most efficient method to count number of archives (yet)