Skip to content

Commit

Permalink
Update cli.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdlaird committed Oct 27, 2024
1 parent 9b84519 commit 79f2df1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions amazonorders/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def history(ctx: Context,
Order History for {year}{optional_start_index}{optional_full_details}
-----------------------------------------------------------------------\n"""
.format(year=year,
optional_start_index=optional_start_index,
optional_start_index=optional_start_index,
optional_full_details=optional_full_details))
click.echo("Info: Fetching order history, this might take a minute ...")

Expand Down Expand Up @@ -192,7 +192,7 @@ def transactions(ctx: Context, **kwargs: Any):
amazon_session = ctx.obj["amazon_session"]

try:
_authenticate(ctx, amazon_session)
_authenticate(amazon_session)

days = kwargs["days"]

Expand Down

0 comments on commit 79f2df1

Please sign in to comment.