Skip to content

Commit 5bf3b45

Browse files
committed
fix: babepedia.py response.text
1 parent 3083817 commit 5bf3b45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_scanner/user_scan/adult/babepedia.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ def process(response):
1111
if response.status_code == 404 or "Profile not found" in response.text:
1212
return Result.available()
1313

14-
return Result.error(f"Unexpected response body, report it via GitHub issues. {response.text}")
14+
return Result.error("Unexpected response body, report it via GitHub issues")
1515

1616
return generic_validate(url, process, show_url=show_url)

0 commit comments

Comments
 (0)