Skip to content

Commit

Permalink
fix inverted flag error
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelsoup42 committed Oct 5, 2023
1 parent 3b267d1 commit 31a86cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cardano_account_pandas_dumper/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def main():
api=api_instance,
staking_addresses=staking_addresses_set,
to_block=args.to_block,
include_rewards=not args.with_rewards,
include_rewards=args.with_rewards,
)
except ApiError as api_exception:
parser.exit(
Expand Down

0 comments on commit 31a86cd

Please sign in to comment.