Raise error on a 509 response (too many sessions) - linting
This commit is contained in:
@@ -230,7 +230,8 @@ class Url:
|
|||||||
|
|
||||||
if response.status_code == 509:
|
if response.status_code == 509:
|
||||||
raise WaybackError(
|
raise WaybackError(
|
||||||
"Can not save '{url}'. You have probably reached the limit of active sessions. Try later.".format(
|
"Can not save '{url}'. You have probably reached the limit of active "
|
||||||
|
"sessions. Try later.".format(
|
||||||
url=_cleaned_url(self.url), text=response.text
|
url=_cleaned_url(self.url), text=response.text
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user