fix: joj3 max total score as option

This commit is contained in:
张泊明518370910136 2024-11-01 04:52:03 -04:00
parent 939c101eeb
commit 482315cf56
GPG Key ID: CA088E6D9284F870

View File

@ -468,7 +468,7 @@ def joj3_all(
"unknown",
help="JOJ3 run ID",
),
max_total_score: int = Argument(
max_total_score: int = Option(
-1,
help="max total score",
),