Skip to content

Commit

Permalink
fix: accepted tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
dtdang committed Nov 14, 2024
1 parent 041954f commit 4c5270d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion silverback/_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ def create_payment_stream(
token = accepted_tokens.get(token)

if token is None:
raise click.UsageError(f"Token not found in {accepted_tokens}.")
raise click.UsageError(f"Token not found in accepted tokens: {accepted_tokens}.")

if not token:
token = accepted_tokens.get(
Expand Down

0 comments on commit 4c5270d

Please sign in to comment.