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