mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-20 14:21:00 +00:00
parent
6137149f55
commit
a2f0634cb2
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ class HttpSignature:
|
|||
and response.status_code != 404
|
||||
):
|
||||
raise ValueError(
|
||||
f"POST error: {response.status_code} {response.content}"
|
||||
f"POST error to {uri}: {response.status_code} {response.content}"
|
||||
)
|
||||
return response
|
||||
|
||||
|
|
Loading…
Reference in a new issue