mirror of
https://github.com/jointakahe/takahe.git
synced 2024-12-23 05:56:29 +00:00
Also catch host-meta parse errors
This commit is contained in:
parent
96e95da73f
commit
a7bbbb5663
1 changed files with 1 additions and 1 deletions
|
@ -583,7 +583,7 @@ class Identity(StatorModel):
|
|||
)
|
||||
if template:
|
||||
webfinger_url = template
|
||||
except httpx.RequestError:
|
||||
except (httpx.RequestError, etree.ParseError):
|
||||
pass
|
||||
|
||||
try:
|
||||
|
|
Loading…
Reference in a new issue