Skip to content

Commit

Permalink
save to creds folder
Browse files Browse the repository at this point in the history
  • Loading branch information
NelsonDane committed Feb 12, 2024
1 parent 8757e62 commit 5d7b4ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firstradeAPI.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ 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

0 comments on commit 5d7b4ef

Please sign in to comment.