added 10 mins delay for the retry button occurence
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
TWITTER_USERNAME=# Your Twitter Handle
|
||||
TWITTER_PASSWORD=# Your Twitter Password
|
||||
HEADLESS=# Headless Mode "yes" or "no"
|
||||
@@ -498,7 +498,7 @@ It may be due to the following:
|
||||
retry_button = self.driver.find_element(
|
||||
"xpath", "//span[text()='Retry']/../../..")
|
||||
self.progress.print_progress(len(self.data), True, retry_cnt, no_tweets_limit)
|
||||
sleep(300)
|
||||
sleep(600)
|
||||
retry_button.click()
|
||||
retry_cnt += 1
|
||||
sleep(2)
|
||||
|
||||
Reference in New Issue
Block a user