Skip to content

Commit

Permalink
bad indent
Browse files Browse the repository at this point in the history
  • Loading branch information
NelsonDane committed Jan 24, 2024
1 parent a1fd8ee commit 57b3cde
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 @@ -72,7 +72,7 @@ def firstrade_holdings(firstrade_o: Brokerage, loop=None):
printAndDiscord(f"{key} {account}: Error getting holdings: {e}", loop)
print(traceback.format_exc())
continue
printHoldings(firstrade_o, loop)
printHoldings(firstrade_o, loop)


def firstrade_transaction(firstrade_o: Brokerage, orderObj: stockOrder, loop=None):
Expand Down

0 comments on commit 57b3cde

Please sign in to comment.