From 9b2a903313bf77e09e56485acbc72073edf68afe Mon Sep 17 00:00:00 2001 From: "bt.cn" <31841517+aaPanel@users.noreply.github.com> Date: Tue, 23 Nov 2021 11:11:16 +0800 Subject: [PATCH] Optimize panel cache --- class/panelPlugin.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/class/panelPlugin.py b/class/panelPlugin.py index 485646ae..bdbb20c9 100644 --- a/class/panelPlugin.py +++ b/class/panelPlugin.py @@ -323,7 +323,9 @@ class panelPlugin: if os.path.exists(lcoalTmp): os.remove(lcoalTmp) if 'init' in get: - if softList: return softList + if softList: + if 'success' not in softList: + return softList focre = 0 if hasattr(get,'force'): focre = int(get.force)