Commit 7567a09a authored by Him188's avatar Him188

Print details about unknown captcha question

parent 8e05595b
......@@ -376,7 +376,7 @@ internal class WtLogin{
data = imageData.readBytes().toIoBuffer(),
sign = sign
)
} else error("UNKNOWN CAPTCHA QUESTION: $question")
} else error("UNKNOWN CAPTCHA QUESTION: ${question.toUHexString()}")
}
error("UNKNOWN CAPTCHA")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment