From 0f529fbc38de3c1a36307c7bec68edf3b57023dd Mon Sep 17 00:00:00 2001 From: Nelson Dane Date: Thu, 6 Jul 2023 22:29:13 -0400 Subject: [PATCH] update rh --- requirements.txt | 2 +- robinhoodAPI.py | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/requirements.txt b/requirements.txt index f86e723f..e9b3a933 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ pyally==1.1.2 pyotp==2.8.0 python-dotenv==1.0.0 requests==2.31.0 -robin_stocks==3.0.4 +robin_stocks==3.0.5 schwab-api==0.2.3 selenium==4.10.0 tastytrade==5.4 diff --git a/robinhoodAPI.py b/robinhoodAPI.py index ff896dc9..0cdede92 100644 --- a/robinhoodAPI.py +++ b/robinhoodAPI.py @@ -81,12 +81,12 @@ def robinhood_transaction( print("Robinhood") print("==============================") print() - printAndDiscord( - "Robinhood transactions are temporarily disabled due to API issues. Please see https://github.com/jmfernandes/robin_stocks/pull/403 and https://github.com/jmfernandes/robin_stocks/issues/401 for more details.", - ctx, - loop, - ) - return + # printAndDiscord( + # "Robinhood transactions are temporarily disabled due to API issues. Please see https://github.com/jmfernandes/robin_stocks/pull/403 and https://github.com/jmfernandes/robin_stocks/issues/401 for more details.", + # ctx, + # loop, + # ) + # return action = action.lower() stock = stock.upper() if amount == "all" and action == "sell":