Tweak/fix webfinger and signed GET

This commit is contained in:
Thomas Sileo 2022-07-08 12:10:20 +02:00
parent 68c13b275d
commit 592de1b22d
6 changed files with 13 additions and 16 deletions

View file

@ -38,7 +38,9 @@ async def webfinger(
headers={
"User-Agent": config.USER_AGENT,
},
follow_redirects=True,
)
resp.raise_for_status()
break
except httpx.HTTPStatusError as http_error:
logger.exception("HTTP error")