mirror of
https://github.com/aaPanel/aaPanel.git
synced 2026-08-17 21:25:47 +02:00
Optimize panel cache
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user