Refactor the check-in process

This commit is contained in:
luming 2023-08-09 15:26:22 +08:00
parent a77f7192c2
commit c083b5910a

View File

@ -127,7 +127,6 @@ async function execTodayTask() {
console.log('HYKB_SCOOKIE或HYKB_DEVICE_ID设置错误数量不一致');
process.exit(1);
}
await sleep(15000);
for (let i = 0; i < cookies.length; i++) {
let scookie = cookies[i];
let deviceId = devices[i];