Optimize panel cache

This commit is contained in:
bt.cn
2021-11-23 11:11:16 +08:00
parent 2af6e1d47b
commit 9b2a903313
+3 -1
View File
@@ -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)