Update RequestHandler.js
This commit is contained in:
parent
2e7745d064
commit
b3d713e810
@ -376,7 +376,7 @@ class RequestHandler {
|
|||||||
Method : ${request.method}
|
Method : ${request.method}
|
||||||
Path : ${request.path}
|
Path : ${request.path}
|
||||||
Route : ${request.route}
|
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}`,
|
rqToken : ${data.captcha_rqtoken}`,
|
||||||
);
|
);
|
||||||
request.retries++;
|
request.retries++;
|
||||||
|
Loading…
Reference in New Issue
Block a user