Skip to content

Commit

Permalink
Syntax is hard.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdlaird committed Nov 5, 2024
1 parent b1030f7 commit f50fdd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amazonorders/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def transactions(ctx: Context, **kwargs: Any):

config = ctx.obj["conf"]
amazon_transactions = AmazonTransactions(amazon_session,
onfig=config)
config=config)

transactions = amazon_transactions.get_transactions(days=days)

Expand Down

0 comments on commit f50fdd4

Please sign in to comment.