From 856dd79ee95349fc2a9af8ce5204d62b87280c32 Mon Sep 17 00:00:00 2001 From: ypw96 <90349951+ypw96@users.noreply.github.com> Date: Thu, 20 Oct 2022 19:10:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A2=9E=E5=8A=A0=E8=8E=B7=E5=8F=96?= =?UTF-8?q?=E5=85=B3=E6=B3=A8=E4=B8=8A=E9=99=90(#207)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/clear.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/clear.js b/lib/clear.js index 0e58bec..d1404cd 100644 --- a/lib/clear.js +++ b/lib/clear.js @@ -17,7 +17,7 @@ async function getFollowList() { log.info('获取关注列表', '未能成功获取关注分区id'); return rmup } - for (let index = 1; index < 42; index++) { + for (let index = 1; index < 100; index++) { const uids = await bili.getPartitionUID(tagid, index); await delay(get_partition_wait); if (!uids.length) break; @@ -126,4 +126,4 @@ async function clear() { } -module.exports = { clear } \ No newline at end of file +module.exports = { clear }