Closed vpmkw closed 3 years ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Closing this issue automatically because it has not had any activity since it has been marked as stale. If you think it is still relevant and should be addressed, feel free to open a new one.
from pyrh import Robinhood
rh = Robinhood()
p = r'''asFHSGHFAER:ER"E:ew[tpwt43759y24DE#@''' #not real pw but i included it to show that im using a raw docstring
rh.login(username='myemail+rh@gmail.com', password=p, qr_code= '010284') # just used 010284 as an example here
When i run this, i get:
Error Traceback (most recent call last)