Update to v8.8.0

This commit is contained in:
aapanel.com
2026-04-24 15:32:06 +08:00
parent ee92fa2dbd
commit e08c58909b
2256 changed files with 12040 additions and 10930 deletions
+5
View File
@@ -760,6 +760,11 @@ CREATE INDEX IF NOT EXISTS idx_process_top_list_addtime ON process_top_list (add
clear_expire_data(conn)
except sqlite3.OperationalError as e:
logger.error(f"SQLite OperationalError in systemTask: {e}")
if os.path.exists(db_file):
try:
os.system(f"rm -f {db_file}")
except:
pass
ensure_table(db_file)
_system_task_state["table_ensure"] = False
except Exception: