From fc2413538cb9b9a8f1a20db4ebc414d3ef589b7b Mon Sep 17 00:00:00 2001 From: Ross Date: Tue, 14 Jul 2026 21:03:33 +0100 Subject: [PATCH] feat: add TODO to update time_to_run for string input conversion to seconds --- gen_proc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen_proc.py b/gen_proc.py index b7099b8..54d03b9 100644 --- a/gen_proc.py +++ b/gen_proc.py @@ -45,7 +45,7 @@ from rota_generator.workers import ( OutOfProgramme, ) - +# TODO update time_to_run to accept a string like "10h" or "30m" and convert to seconds @app.command() def main( suspend: bool = False,