Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfkny authored Nov 24, 2021
1 parent 0f7439a commit 307e5b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
do {
console.log(`正在获取${name}${page}页`);
res = await getGachaLog(key, page, end_id);
// await sleep(0.2);
await sleep(0.5);
end_id = res.data.list.length > 0 ? res.data.list[res.data.list.length - 1].id : 0;
list = res.data.list;
data.push(...list);
Expand Down

0 comments on commit 307e5b3

Please sign in to comment.