From dbd3675df977b924ed6c74e0c72bfc0e50f206b7 Mon Sep 17 00:00:00 2001 From: Nelson Dane <47427072+NelsonDane@users.noreply.github.com> Date: Tue, 10 Sep 2024 19:01:34 -0400 Subject: [PATCH] small fixes --- README.md | 3 ++- bbaeAPI.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 41e47f73..64268025 100644 --- a/README.md +++ b/README.md @@ -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 ⭐ diff --git a/bbaeAPI.py b/bbaeAPI.py index f1af3040..96ae207e 100644 --- a/bbaeAPI.py +++ b/bbaeAPI.py @@ -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):