We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c49a22a commit 6b173d2Copy full SHA for 6b173d2
1 file changed
user_scanner/email_scan/music/lastfm.py
@@ -48,7 +48,7 @@ async def _check(email: str) -> Result:
48
return Result.available()
49
50
else:
51
- return Result.error(data)
+ return Result.error("Unexpected response body, report it via GitHub issues")
52
53
except httpx.TimeoutException:
54
return Result.error("Connection timed out")
0 commit comments