Skip to content

Commit

Permalink
Merge pull request #101 from mediacatch/fix-typo-in-reels
Browse files Browse the repository at this point in the history
Fix typo in reels()
  • Loading branch information
diezo authored Mar 27, 2024
2 parents 6d26b9e + 88e1d11 commit 65b1005
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 65b1005

Please sign in to comment.