diff --git a/scraper/twitter_scraper.py b/scraper/twitter_scraper.py index 1a06749..131f715 100644 --- a/scraper/twitter_scraper.py +++ b/scraper/twitter_scraper.py @@ -344,7 +344,6 @@ It may be due to the following: url += "&f=live" self.driver.get(url) - self.driver.save_screenshot('screenshot5.png') sleep(3) pass