diff --git a/main/index.mjs b/main/index.mjs index 13535e0..6d74a32 100644 --- a/main/index.mjs +++ b/main/index.mjs @@ -49,7 +49,7 @@ async function mainLoop () { page.goto(recommendJobPageUrl, { timeout: 0 }), page.waitForNavigation(), ]) - const INIT_START_EXCEPT_JOB_INDEX = 0 + const INIT_START_EXCEPT_JOB_INDEX = 1 let currentExceptJobIndex = INIT_START_EXCEPT_JOB_INDEX afterPageLoad: while (true) { await sleepWithRandomDelay(2500)