Mods
This commit is contained in:
@@ -133,7 +133,7 @@ class ArgSpec:
|
|||||||
ArgSpec.add_argument(
|
ArgSpec.add_argument(
|
||||||
"speed",
|
"speed",
|
||||||
type=str,
|
type=str,
|
||||||
choices=["fast", "normal", "slow"],
|
choices=["fast", "normal", "slow", "paused"],
|
||||||
info="Use this update speed",
|
info="Use this update speed",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user