This commit is contained in:
lxk0301
2021-01-13 18:04:09 +08:00
parent ac05448239
commit c073627a38

View File

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