Parallels / rq-dashboard

Flask-based web front-end for monitoring RQ queues
http://python-rq.org/
Other
1.45k stars 328 forks source link

Click: set correct default values for options that allow multiple entries #410

Open ccauet opened 2 years ago

ccauet commented 2 years ago

The default values for click.option with multiple=True have to be (empty) lists.

I fixed this.