Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
NelsonDane committed Sep 10, 2024
1 parent 8996e64 commit dbd3675
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,8 @@ Made by [ImNotOssy](https://github.com/ImNotOssy) using the [BBAE_investing_API]

`.env` file format:
- `BBAE=BBAE_USERNAME:BBAE_PASSWORD`
- Note: `BBAE_USERNAME` can either be email or phone number.

Note: `BBAE_USERNAME` can either be email or phone number.

#### Chase
Made by [MaxxRK](https://github.com/MaxxRK/) using the [chaseinvest-api](https://github.com/MaxxRK/chaseinvest-api). Go give them a ⭐
Expand Down
2 changes: 1 addition & 1 deletion bbaeAPI.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def login(bb: BBAEAPI, botObj, name, loop, use_email):
return False


def handle_captcha_and_sms(bb, botObj, data, loop, name, use_email):
def handle_captcha_and_sms(bb: BBAEAPI, botObj, data, loop, name, use_email):
try:
# If CAPTCHA is needed it will generate an SMS code as well
if data.get("needCaptchaCode", False):
Expand Down

0 comments on commit dbd3675

Please sign in to comment.