fix: 增加获取关注上限(#207)

This commit is contained in:
ypw96 2022-10-20 19:10:39 +08:00 committed by shanmite
parent 468300227d
commit 856dd79ee9

View File

@ -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 }
module.exports = { clear }