Skip to content

Commit

Permalink
Edited description
Browse files Browse the repository at this point in the history
  • Loading branch information
aamazie authored May 6, 2019
1 parent 3dd17a2 commit 1759f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Robinhood/Robinhood.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def login(self,
self.username = username
self.password = password

if self.device_token == "": #needs to have 2FA off or won't send SMS
if self.device_token == "":
self.GenerateDeviceToken()

if qr_code:
Expand Down

0 comments on commit 1759f3d

Please sign in to comment.