Skip to content

Commit

Permalink
Merge pull request #1289 from hinesqui/master
Browse files Browse the repository at this point in the history
Fix 429 response
  • Loading branch information
adw0rd committed Apr 22, 2023
2 parents c2ef44e + cbf0b04 commit 34d486d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instagrapi/mixins/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def pre_login_flow(self) -> bool:
"""
# self.set_contact_point_prefill("prefill")
# self.get_prefill_candidates(True)
self.set_contact_point_prefill("prefill")
# self.set_contact_point_prefill("prefill")
self.sync_launcher(True)
# self.sync_device_features(True)
return True
Expand Down

0 comments on commit 34d486d

Please sign in to comment.