diff --git a/linkedIn_easy_applier.py b/linkedIn_easy_applier.py index 51cb9c8..3cce5f3 100644 --- a/linkedIn_easy_applier.py +++ b/linkedIn_easy_applier.py @@ -103,7 +103,9 @@ class LinkedInEasyApplier: button_text = next_button.text.lower() if 'submit application' in button_text: self._unfollow_company() + time.sleep(random.uniform(1.5, 2.5)) next_button.click() + time.sleep(random.uniform(1.5, 2.5)) return True time.sleep(random.uniform(1.5, 2.5)) next_button.click()