This commit is contained in:
Auric Vente
2024-07-27 10:47:34 -06:00
parent d0fe11a9ab
commit 3d14558d13
7 changed files with 13 additions and 13 deletions

View File

@@ -144,9 +144,9 @@ class ArgSpec:
)
ArgSpec.add_argument(
"fast_minutes",
type=float,
info="The number of minutes between fast updates",
"fast_seconds",
type=int,
info="The number of seconds between fast updates",
)
ArgSpec.add_argument(