From a4953033394435f8d2a256e4673f8194556fde72 Mon Sep 17 00:00:00 2001 From: Auric Vente Date: Sat, 27 Jul 2024 05:16:39 -0600 Subject: [PATCH] Mods --- cromulant/argspec.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cromulant/argspec.py b/cromulant/argspec.py index 07e1015..141416b 100644 --- a/cromulant/argspec.py +++ b/cromulant/argspec.py @@ -133,7 +133,7 @@ class ArgSpec: ArgSpec.add_argument( "speed", type=str, - choices=["fast", "normal", "slow"], + choices=["fast", "normal", "slow", "paused"], info="Use this update speed", )