Skip to content

Commit

Permalink
Set rodeo profile to default true, #35
Browse files Browse the repository at this point in the history
  • Loading branch information
ways committed Dec 30, 2024
1 parent 87dba43 commit 3b45773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sedr/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def parse_args(args, version: str = "") -> argparse.Namespace:
parser.add_argument(
"--rodeo-profile",
action="store_true",
default=False,
default=True,
help="Use the rodeo profile even though the API doesn't specify it. Default False.",
)
parser.add_argument(
Expand Down

0 comments on commit 3b45773

Please sign in to comment.