From 2f583d2e975c448f981df87ac960ec85891838ff Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Thu, 10 Oct 2024 00:45:46 +0800 Subject: [PATCH] Update index.py --- plugins/alist/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/alist/index.py b/plugins/alist/index.py index 5aa87b00d..43ea3bb62 100755 --- a/plugins/alist/index.py +++ b/plugins/alist/index.py @@ -244,7 +244,7 @@ def clearCopyTask(): conn = pSqliteDb('x_task_items') conn.where('key=?', ('copy',)).setField('persist_data','[]') restart() - return mw.returnJson(True, '清空成功') + return mw.returnJson(True, '清空成功并重启服务!') if __name__ == "__main__": func = sys.argv[1]