diff --git a/schwab_api/authentication.py b/schwab_api/authentication.py index e982f91..ac7a8ed 100644 --- a/schwab_api/authentication.py +++ b/schwab_api/authentication.py @@ -96,7 +96,6 @@ async def _async_login(self, username, password, totp_secret=None): await self.page.wait_for_url(urls.trade_ticket()) except TimeoutError: raise Exception("Login was not successful; please check username and password") - return False await self.page.wait_for_selector("#_txtSymbol")