From 028f43c8b9b0de9dd136286399d16ff8f597ca9a Mon Sep 17 00:00:00 2001 From: smallfawn <101914820+smallfawn@users.noreply.github.com> Date: Sat, 6 May 2023 16:20:34 +0800 Subject: [PATCH] Update dwnc.js --- dwnc.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dwnc.js b/dwnc.js index e102737..e1003ec 100644 --- a/dwnc.js +++ b/dwnc.js @@ -78,11 +78,11 @@ async function start() { } await Promise.all(taskall); taskall = []; - for (let user of userList) { + /*for (let user of userList) { await $.wait(3000) taskall.push(await user.share_code()); //await wait(1); //延迟 - } + }*/ await Promise.all(taskall); console.log('\n------------------- [进度] -------------------\n'); taskall = []; @@ -750,7 +750,7 @@ class UserInfo { if (userList.length > 0) { await start(); } - console.log(`助力码数组${shareCodeArr}`); + //console.log(`助力码数组${shareCodeArr}`); await SendMsg(msg); })()