fix typo
This commit is contained in:
@@ -51,8 +51,7 @@ def _get_response(req):
|
|||||||
try:
|
try:
|
||||||
response = urlopen(req) # nosec
|
response = urlopen(req) # nosec
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
exc = WaybackError("Error while retrieving %s" % req.full_ur
|
exc = WaybackError("Error while retrieving %s" % req.full_url)
|
||||||
)
|
|
||||||
exc.__cause__ = e
|
exc.__cause__ = e
|
||||||
raise exc
|
raise exc
|
||||||
return response
|
return response
|
||||||
|
Reference in New Issue
Block a user