Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/setuptools-75.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NelsonDane authored Oct 30, 2024
2 parents 96b735d + d4a08d9 commit 0969658
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sofiAPI.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,9 @@ async def sofi_login_and_account(browser, page, account, name, botObj, discord_l

async def sofi_account_info(browser, discord_loop):
try:
await browser.sleep(3)
await browser.sleep(1)
await browser.get("https://www.sofi.com/wealth/app/overview")
await browser.sleep(5)

cookies = await browser.cookies.get_all()
cookies_dict = {cookie.name: cookie.value for cookie in cookies}
Expand Down

0 comments on commit 0969658

Please sign in to comment.