Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions rq_dashboard/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def make_flask_app(config, username, password, url_prefix, compatibility_mode=Tr
@click.option(
"-u",
"--redis-url",
default=None,
default=[],
multiple=True,
help="Redis URL. Can be specified multiple times. Default: redis://127.0.0.1:6379",
)
Expand All @@ -134,7 +134,7 @@ def make_flask_app(config, username, password, url_prefix, compatibility_mode=Tr
)
@click.option(
"--extra-path",
default=".",
default=[],
multiple=True,
help="Append specified directories to sys.path",
)
Expand Down