mirror of
https://github.com/shanmiteko/LotteryAutoScript.git
synced 2026-06-04 21:01:17 +08:00
fix: 增加获取关注上限(#207)
This commit is contained in:
parent
468300227d
commit
856dd79ee9
@ -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 }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user