Skip to content

Commit

Permalink
Fix typo in reels()
Browse files Browse the repository at this point in the history
  • Loading branch information
andersgb1 committed Mar 26, 2024
1 parent 860e247 commit ecab86b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ensta/Guest.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ def reels(
http_response = session.post(
"https://www.instagram.com/api/v1/clips/user/",
data={
"target_user_id": user_id,
"target_user_id": uid,
"page_size": "50",
"include_feed_video": "true",
"max_id": max_id,
Expand Down

0 comments on commit ecab86b

Please sign in to comment.