From 8bd88b91194c405e3e99f6ef893a86af14a839c5 Mon Sep 17 00:00:00 2001 From: Sebastian Schreck Date: Fri, 2 Feb 2018 17:13:28 +0100 Subject: [PATCH] Remove blank line --- RatS/imdb/imdb_site.py | 1 - 1 file changed, 1 deletion(-) 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')