This commit is contained in:
AlexFozor 2024-07-31 17:00:03 +02:00
parent 99708041b5
commit 8b9b741de8

View File

@ -363,7 +363,7 @@ def _evil_logic(req: V1RequestBase, driver: ChromiumPage, method: str) -> Challe
challenge_res = ChallengeResolutionResultT({})
challenge_res.url = driver.url
if data is not None and data.response is not None:
if data is not None and data.response is not None: # Fixed #1162
challenge_res.status = data.response.status
if not req.returnOnlyCookies:
challenge_res.response = data.response.body