Update wrapper.py
This commit is contained in:
@@ -110,6 +110,7 @@ class Url():
|
|||||||
response = urlopen(req) #nosec
|
response = urlopen(req) #nosec
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
raise WaybackError(e)
|
raise WaybackError(e)
|
||||||
|
return response
|
||||||
|
|
||||||
def near(self, **kwargs):
|
def near(self, **kwargs):
|
||||||
""" Returns the archived from Wayback Machine for an URL closest to the time supplied.
|
""" Returns the archived from Wayback Machine for an URL closest to the time supplied.
|
||||||
|
Reference in New Issue
Block a user