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