Improve Docker image and clean TODOs

This commit is contained in:
ngosang
2021-10-18 00:23:28 +02:00
parent cfd158462f
commit 77a87c79fd
5 changed files with 13 additions and 13 deletions

View File

@@ -102,7 +102,7 @@ export default async function resolveChallenge(url: string, page: Page, response
// const captchaSolver = getCaptchaSolver()
// if (captchaSolver) {
// // todo: get the params
// // to-do: get the params
// log.info('Waiting to receive captcha token to bypass challenge...')
// const token = await captchaSolver({
// url,
@@ -110,7 +110,7 @@ export default async function resolveChallenge(url: string, page: Page, response
// type: captchaType
// })
// log.debug(`Token received: ${token}`);
// // todo: send the token
// // to-do: send the token
// }
// } else {
// throw new Error('Captcha detected but no automatic solver is configured.');