mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-26 01:01:00 +00:00
Ooh, ooh, ignore server errors too
This commit is contained in:
parent
108afaf6ce
commit
f262f582cb
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue