From e32c3c9e8b4f7edf7ec8913973272f0a9a5fd1bb Mon Sep 17 00:00:00 2001 From: shanmite Date: Fri, 22 Sep 2023 07:51:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=B7=B2=E7=BB=8F=E5=85=B3=E6=B3=A8?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E6=9C=AA=E8=BD=AC=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/core/monitor.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/core/monitor.js b/lib/core/monitor.js index a874749..90584c3 100644 --- a/lib/core/monitor.js +++ b/lib/core/monitor.js @@ -624,6 +624,10 @@ class Monitor extends Searcher { if (uid.length) { await try_for_each(uid, async (u) => { status = await bili.autoAttention(u) + if (status === 6) { + status = 0; + return false + } if (status) { log.warn("抽奖信息", `dyid: ${dyid}, uid: ${u}`) return true