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 3083817 commit 5bf3b45Copy full SHA for 5bf3b45
1 file changed
user_scanner/user_scan/adult/babepedia.py
@@ -11,6 +11,6 @@ def process(response):
11
if response.status_code == 404 or "Profile not found" in response.text:
12
return Result.available()
13
14
- return Result.error(f"Unexpected response body, report it via GitHub issues. {response.text}")
+ return Result.error("Unexpected response body, report it via GitHub issues")
15
16
return generic_validate(url, process, show_url=show_url)
0 commit comments