Skip to content

Commit

Permalink
Merge pull request NelsonDane#170 from NelsonDane/dependabot/pip/firs…
Browse files Browse the repository at this point in the history
…trade-0.0.14

Bump firstrade from 0.0.12 to 0.0.14
  • Loading branch information
NelsonDane authored Feb 12, 2024
2 parents 4392080 + ccb1fb9 commit c13a75c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion firstradeAPI.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ def firstrade_init(FIRSTRADE_EXTERNAL=None):
try:
account = account.split(":")
firstrade = ft_account.FTSession(
username=account[0], password=account[1], pin=account[2]
username=account[0],
password=account[1],
pin=account[2],
profile_path="./creds/",
)
account_info = ft_account.FTAccountData(firstrade)
print("Logged in to Firstrade!")
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
asyncio==3.4.3
discord.py==2.3.2
firstrade==0.0.12
firstrade==0.0.14
GitPython==3.1.41
pyotp==2.9.0
python-dotenv==1.0.1
Expand Down

0 comments on commit c13a75c

Please sign in to comment.