mirror of
https://github.com/jointakahe/takahe.git
synced 2025-02-18 08:35:19 +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 (
|
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(
|
||||||
|
|
Loading…
Reference in a new issue