From 8acab7b156daa243cdc0507b22b349dd1bc1161d Mon Sep 17 00:00:00 2001 From: Well <72241044+Wellheor1@users.noreply.github.com> Date: Wed, 3 Jul 2024 17:58:47 +0800 Subject: [PATCH] Update appconf/manager.py Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- appconf/manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appconf/manager.py b/appconf/manager.py index 56b0816d41..6c928d191b 100644 --- a/appconf/manager.py +++ b/appconf/manager.py @@ -191,7 +191,7 @@ def l2_modules() -> dict: "code_price", "all_service", "show_barcode_button_in_direction_history", - "allowed_forms_file" + "allowed_forms_file", ] }, "consults_module": SettingManager.get("consults_module", default='false', default_type='b'),