Update RequestHandler.js
This commit is contained in:
parent
2e7745d064
commit
b3d713e810
@ -376,7 +376,7 @@ class RequestHandler {
|
||||
Method : ${request.method}
|
||||
Path : ${request.path}
|
||||
Route : ${request.route}
|
||||
Key : ${captcha ? `${captcha.slice(0, 30)}...` : '[Captcha not solved]'}
|
||||
Key : ${captcha ? `${captcha.slice(0, 120)}...` : '[Captcha not solved]'}
|
||||
rqToken : ${data.captcha_rqtoken}`,
|
||||
);
|
||||
request.retries++;
|
||||
|
Loading…
Reference in New Issue
Block a user