diff --git a/Scripts/py/deleteDuplicateTasksImplement.py b/Scripts/py/deleteDuplicateTasksImplement.py index 4a2877f..73ba11a 100644 --- a/Scripts/py/deleteDuplicateTasksImplement.py +++ b/Scripts/py/deleteDuplicateTasksImplement.py @@ -1,9 +1,9 @@ +# -*- coding:utf-8 -*- ''' cron: 20 0-23/2 * * * new Env('清理重复任务'); ''' -# -*- coding:utf-8 -*- import json import os,sys import requests diff --git a/Scripts/py/disableDuplicateTasksImplement.py b/Scripts/py/disableDuplicateTasksImplement.py index 43c6a71..37effa8 100644 --- a/Scripts/py/disableDuplicateTasksImplement.py +++ b/Scripts/py/disableDuplicateTasksImplement.py @@ -1,4 +1,9 @@ # -*- coding:utf-8 -*- +''' +cron: 20 0-23/2 * * * +new Env('禁用重复任务'); +''' + import json import os,sys import requests