From 3841f597d656649fa78c440f943aa9095362deae Mon Sep 17 00:00:00 2001 From: 4rumprom <84041172+4rumprom@users.noreply.github.com> Date: Sun, 10 Mar 2024 10:44:07 -0400 Subject: [PATCH] Update authentication.py --- schwab_api/authentication.py | 1 - 1 file changed, 1 deletion(-) 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")