Skip to content

Commit

Permalink
ask for more instance for aws score (100 instead of 10)
Browse files Browse the repository at this point in the history
  • Loading branch information
vsoch committed Sep 10, 2023
1 parent 866bf9a commit 8a0cc85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/saving-prices/save-aws-prices.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ def get_parser():
parser.add_argument(
"--target-units",
dest="target_units",
help="Number of target units for score (defaults to 10)",
default=10,
help="Number of target units for score (defaults to 100)",
default=100,
type=int,
)
parser.add_argument(
Expand Down

0 comments on commit 8a0cc85

Please sign in to comment.