SQL 小改动
This commit is contained in:
@@ -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();
|
Reference in New Issue
Block a user