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

hifini爬取完成

This commit is contained in:
2022-10-29 18:34:54 +08:00
parent 5015c6007b
commit 6f359ae080
5 changed files with 11 additions and 8 deletions

View File

@@ -84,7 +84,7 @@ async function main(args) {
case 'assistant':
await assistantUtils.updateWaitTable();
await sleepUtils.sleep(10 * 1000);
await sleepUtils.sleep(20 * 1000);
break;
default:
console.log("utils参数不匹配退出");