Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
NelsonDane authored Jul 7, 2023
2 parents 948ceb6 + 0f529fb commit e7f25a5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions robinhoodAPI.py
Original file line number Diff line number Diff line change
Expand Up @@ -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":
Expand Down

0 comments on commit e7f25a5

Please sign in to comment.