From 24d0b8c4b1caba44c54fa10b7a8433791a5cb91e Mon Sep 17 00:00:00 2001 From: smallfawn <101914820+smallfawn@users.noreply.github.com> Date: Sat, 6 May 2023 13:23:34 +0800 Subject: [PATCH] Update dwnc.js --- dwnc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dwnc.js b/dwnc.js index 5a2847e..5bb80eb 100644 --- a/dwnc.js +++ b/dwnc.js @@ -258,7 +258,7 @@ class UserInfo { "multi_times": async () => { if (Number(this.hours) == 8 || Number(this.hours) == 12 || Number(this.hours) == 18 || Number(this.hours) == 22) { console.log(`检测当前到达任务时间节点,开始执行任务`); - //await this.task_receive(1, 1, "multi_times")//领取 + await this.task_receive(1, "multi_times")//领取 } else { console.log(`检测未到达任务时间节点,不执行该任务`); }