Update to v8.19.0

This commit is contained in:
aapanel.com
2026-07-24 16:25:43 +08:00
parent c529749cf8
commit 403317be61
485 changed files with 28147 additions and 13416 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ class main:
e_db = TaskFlowsDB()
err = Script.check(get)
if err:
return public.return_message(-1, 0,=err)
return public.return_message(-1, 0, err)
s = Script.from_dict(get)
# 查重
if e_db.Script.find("name = ?", (s.name,)):