diff --git a/RatS/imdb/imdb_site.py b/RatS/imdb/imdb_site.py index 09a0cfc..f66386f 100644 --- a/RatS/imdb/imdb_site.py +++ b/RatS/imdb/imdb_site.py @@ -40,7 +40,6 @@ def _handle_captcha_challenge_if_present(self): self.kill_browser() sys.exit(1) - def _get_ratings_url(self): account_link = self.browser.find_element_by_id('consumer_user_nav').find_element_by_tag_name('a') \ .get_attribute('href')