mirror of
https://github.com/jointakahe/takahe.git
synced 2025-01-10 22:25:25 +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:
|
if template:
|
||||||
webfinger_url = template
|
webfinger_url = template
|
||||||
except httpx.RequestError:
|
except (httpx.RequestError, etree.ParseError):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue