From 3a70155b7e8a5955a0c1ba6fdff368a797ed188d Mon Sep 17 00:00:00 2001 From: Ed Moss Date: Thu, 4 Apr 2024 02:20:53 -0300 Subject: [PATCH] updating new qr function call --- src/parenttext_pipeline/pipelines.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/parenttext_pipeline/pipelines.py b/src/parenttext_pipeline/pipelines.py index d3a3f19..a0e1e3d 100644 --- a/src/parenttext_pipeline/pipelines.py +++ b/src/parenttext_pipeline/pipelines.py @@ -340,7 +340,7 @@ def run(config: Config): elif config.qr_treatment == "move_and_mod": run_node( "idems_translation_chatbot/index.js", - "move_quick_replies", + "move_and_mod_quick_replies", input_path_8, config.select_phrases, config.replace_phrases,