From cbf0b0417d7a0bed3bbac93f431b0d61526994c3 Mon Sep 17 00:00:00 2001 From: hinesqui Date: Sat, 22 Apr 2023 02:16:49 +0300 Subject: [PATCH] fix 429 response --- instagrapi/mixins/auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instagrapi/mixins/auth.py b/instagrapi/mixins/auth.py index a3f84796..f9c90306 100644 --- a/instagrapi/mixins/auth.py +++ b/instagrapi/mixins/auth.py @@ -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