diff --git a/finance_dl/pge.py b/finance_dl/pge.py index 1ce0d5c..114e9f1 100644 --- a/finance_dl/pge.py +++ b/finance_dl/pge.py @@ -104,7 +104,7 @@ def login(self): if self.logged_in: return logger.info('Initiating log in') - self.driver.get('https://www.pge.com/en/myhome/myaccount/index.page') + self.driver.get('https://m.pge.com/') (username, password), = self.wait_and_return( self.find_username_and_password_in_any_frame)