Ooh, ooh, ignore server errors too
This commit is contained in:
parent
108afaf6ce
commit
f262f582cb
@ -237,6 +237,7 @@ class HttpSignature:
|
|||||||
if (
|
if (
|
||||||
method == "post"
|
method == "post"
|
||||||
and response.status_code >= 400
|
and response.status_code >= 400
|
||||||
|
and response.status_code < 500
|
||||||
and response.status_code != 404
|
and response.status_code != 404
|
||||||
):
|
):
|
||||||
raise ValueError(
|
raise ValueError(
|
||||||
|
Reference in New Issue
Block a user