Skip to content

Commit

Permalink
fix alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
NelsonDane committed Sep 27, 2024
1 parent b04e755 commit 5a6efa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoRSA.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def fun_run(orderObj: stockOrder, command, botObj=None, loop=None):
orderObj.set_logged_in(globals()[fun_name](), broker)

print()
if broker.lower() not in ["chase", "vanguard", "fidelity"]:
if broker.lower() not in ["chase", "fidelity", "vanguard"]:
# Verify broker is logged in
orderObj.order_validate(preLogin=False)
logged_in_broker = orderObj.get_logged_in(broker)
Expand Down

0 comments on commit 5a6efa3

Please sign in to comment.