Update RequestHandler.js

This commit is contained in:
Elysia 2024-01-13 12:24:46 +07:00
parent 2e7745d064
commit b3d713e810

View File

@ -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++;