Skip to content

Commit

Permalink
Update followings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
eggplants authored Sep 25, 2024
1 parent 5383134 commit 90f033e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pixiv_bulk_downloader/followings.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def retrieve_following(self) -> list[UserInfo]:
now_retrieved_len,
),
)
self.rand_sleep(1.5)
self.rand_sleep(5.0)

return users

Expand Down

0 comments on commit 90f033e

Please sign in to comment.