Skip to content

Commit

Permalink
set default of wait time to 3 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
security-companion committed Mar 27, 2024
1 parent 1fcafc0 commit 0090e9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/hibp_harvester.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,8 @@ def save_breaches_to_file(breachLibrary):
)
@click.option(
"--wait_time",
help="The wait time in seconds between requests to the API",
default=3,
help="The wait time in seconds between requests to the API, default is 2 seconds",
)
def main(api_key, wait_time):
config = read_config(api_key, wait_time)
Expand Down

0 comments on commit 0090e9d

Please sign in to comment.