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

View File

@ -73,11 +73,7 @@ if ($.isNode()) {
}
continue
}
// await jdFamily()
while (true) {
await $.wait(31000)
await jdFamily()
}
await jdFamily()
}
}
})()