fix(computescores): unexpected keyword argument
This commit is contained in:
parent
1b264054fc
commit
d319559272
|
@ -1 +1 @@
|
|||
__version__ = "2025.6.0"
|
||||
__version__ = "2025.6.1"
|
||||
|
|
|
@ -21,7 +21,7 @@ class Command(BaseCommand):
|
|||
|
||||
def add_arguments(self, parser):
|
||||
parser.add_argument(
|
||||
"-a", "--all", action="store_true", help="include frozen jurors", type=bool
|
||||
"-a", "--all", action="store_true", help="include frozen jurors"
|
||||
)
|
||||
parser.add_argument("event")
|
||||
|
||||
|
|
Loading…
Reference in New Issue