From 1ca476f705c9744a4a9d325436cd2e544892dc76 Mon Sep 17 00:00:00 2001 From: Christian Tabedzki <35670232+tabedzki@users.noreply.github.com> Date: Thu, 21 Mar 2024 10:21:08 -0400 Subject: [PATCH] removed extra https:// --- src/software/automation_pipeline_developer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/software/automation_pipeline_developer.md b/src/software/automation_pipeline_developer.md index aa68bdf..34f181a 100644 --- a/src/software/automation_pipeline_developer.md +++ b/src/software/automation_pipeline_developer.md @@ -42,7 +42,7 @@ The class that manages workflow at the recording level is (Params Config file): This dictionary defines status definitions and corresponding functions to execute. ++ **recording_status_dict** in (Params Config file): This dictionary defines status definitions and corresponding functions to execute. + **pipeline_handler_main** in (RecordingHandler): Main function in recording workflow 1. Executes corresponding functions based in status. 2. Executed every 30 minutes to check for new recordings to be handled.