diff --git a/app/infrastructure/metadata/acoustid.py b/app/infrastructure/metadata/acoustid.py index 11fcbf4..dd3f063 100644 --- a/app/infrastructure/metadata/acoustid.py +++ b/app/infrastructure/metadata/acoustid.py @@ -78,7 +78,7 @@ class AcoustIdHttpClient: ) resp.raise_for_status() return resp.json() # type: ignore[no-any-return] - except httpx.HTTPError, ValueError: + except (httpx.HTTPError, ValueError): log.warning("acoustid_lookup_failed") return None