Retry button wait made longer

This commit is contained in:
ReptilianPride
2025-03-01 10:44:14 +00:00
parent 04c8949e5b
commit 3800c02a59

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(58)
sleep(300)
retry_button.click()
retry_cnt += 1
sleep(2)