Skip to content

Commit

Permalink
fix user_followers freeze
Browse files Browse the repository at this point in the history
fix user_followers, user_followers amount does not work
  • Loading branch information
SaeidB committed Apr 21, 2023
1 parent 7735680 commit 86dfa24
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions instagrapi/mixins/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,6 @@ def user_following_v1_chunk(
f"friendships/{user_id}/following/",
params={
"max_id": max_id,
"count": 10000,
"rank_token": self.rank_token,
"search_surface": "follow_list_page",
"query": "",
Expand Down Expand Up @@ -715,7 +714,6 @@ def user_followers_v1_chunk(
f"friendships/{user_id}/followers/",
params={
"max_id": max_id,
"count": 10000,
"rank_token": self.rank_token,
"search_surface": "follow_list_page",
"query": "",
Expand Down

0 comments on commit 86dfa24

Please sign in to comment.