Skip to content

Commit

Permalink
Update public.py
Browse files Browse the repository at this point in the history
 fix missing comma
  • Loading branch information
SaeidB authored May 7, 2024
1 parent 7c329b5 commit faf875d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instagrapi/mixins/public.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def public_request(
data=None,
params=None,
headers=None,
update_headers=None
update_headers=None,
return_json=False,
retries_count=3,
retries_timeout=2,
Expand Down

0 comments on commit faf875d

Please sign in to comment.