1
0
Code Issues Pull Requests Projects Releases Wiki Activity GitHub Gitee

SQL 小改动

This commit is contained in:
2022-11-07 19:00:11 +08:00
parent b4af23b381
commit e48305ffaa
5 changed files with 29 additions and 8 deletions

View File

@@ -13,7 +13,7 @@ const sleepUtils = require('../utils/sleepUtils');
async function main() {
do {
await neteaseMusic.watch();
await sleepUtils.sleep(10 * 1000);
keepWatching && await sleepUtils.sleep(10 * 1000);
} while (keepWatching)
}
main();