Skip to content

Commit

Permalink
Update index.py
Browse files Browse the repository at this point in the history
  • Loading branch information
midoks committed Oct 9, 2024
1 parent 551bb1c commit 2f583d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/alist/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 2f583d2

Please sign in to comment.