From 7d45dc869b9af844771765f3384856551ca45638 Mon Sep 17 00:00:00 2001 From: crayon <873217631@qq.com> Date: Fri, 7 Jun 2024 17:53:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=8F=90=E4=BE=9B=20Job=20=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E9=99=90=E6=B5=81=E6=9C=BA=E5=88=B6=20(closed=20#2268?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/backend/subscription/tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/backend/subscription/tools.py b/apps/backend/subscription/tools.py index d40dca996..f40e68782 100644 --- a/apps/backend/subscription/tools.py +++ b/apps/backend/subscription/tools.py @@ -1232,7 +1232,7 @@ def get_all_subscription_steps_context( "login_ip": target_host.login_ip, }, # 获取插件配置公共常量 - "constants": get_plugin_common_constants(plugin_name, get_cache=True), + "constants": get_plugin_common_constants(plugin_name), }, ) # 深拷贝一份,避免原数据后续被污染