This commit is contained in:
lxk0301
2021-01-13 18:04:09 +08:00
parent 50f6aad7c0
commit 15d269bf03

View File

@ -73,13 +73,9 @@ if ($.isNode()) {
}
continue
}
// await jdFamily()
while (true) {
await $.wait(31000)
await jdFamily()
}
}
}
})()
.catch((e) => {
$.log('', `${$.name}, 失败! 原因: ${e}!`, '')