Compare commits
No commits in common. "main" and "v2025.6.0" have entirely different histories.
|
@ -1 +1 @@
|
||||||
__version__ = "2025.6.1"
|
__version__ = "2025.6.0"
|
||||||
|
|
|
@ -21,7 +21,7 @@ class Command(BaseCommand):
|
||||||
|
|
||||||
def add_arguments(self, parser):
|
def add_arguments(self, parser):
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"-a", "--all", action="store_true", help="include frozen jurors"
|
"-a", "--all", action="store_true", help="include frozen jurors", type=bool
|
||||||
)
|
)
|
||||||
parser.add_argument("event")
|
parser.add_argument("event")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue