added 10 mins delay for the retry button occurence

This commit is contained in:
ReptilianPride
2025-03-01 14:06:15 +00:00
parent 3800c02a59
commit 3802237842
2 changed files with 1 additions and 4 deletions

View File

@@ -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)