Skip to content

Commit

Permalink
Update authentication.py
Browse files Browse the repository at this point in the history
  • Loading branch information
4rumprom authored Mar 10, 2024
1 parent 6bd739d commit 3841f59
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion schwab_api/authentication.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit 3841f59

Please sign in to comment.