Skip to content

Commit

Permalink
Fix period option's name
Browse files Browse the repository at this point in the history
  • Loading branch information
FasterSpeeding committed Mar 8, 2024
1 parent 87161ad commit 4a0ebfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def _poll(
envvar="DAPI_TRACKER_PATH",
type=click.Path(exists=True, path_type=pathlib.Path),
)
@click.option("period", envvar="DAPI_TRACKER_PERIOD", type=int, default=300)
@click.option("--period", envvar="DAPI_TRACKER_PERIOD", type=int, default=300)
@click.option(
"--api-url",
envvar="DAPI_TRACKER_API_URL",
Expand Down

0 comments on commit 4a0ebfd

Please sign in to comment.