From c572dc6afd2f68d4f206e6b10b4f9d32bd8a54b2 Mon Sep 17 00:00:00 2001 From: SingTsang Date: Sat, 25 May 2024 15:21:41 +0800 Subject: [PATCH] Update KFHS.py --- KFHS.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/KFHS.py b/KFHS.py index 492358e..ff973b3 100755 --- a/KFHS.py +++ b/KFHS.py @@ -1,7 +1,7 @@ # !/usr/bin/python3 # -- coding: utf-8 -- # ------------------------------- -# cron "0 0,8 * * " script-path=xxx.py,tag=匹配cron用 +# cron "0 0,8 * * *" script-path=xxx.py,tag=匹配cron用 # const $ = new Env('微信公众号:卡夫亨氏新厨艺') import os @@ -394,4 +394,4 @@ export SCRIPT_UPDATE = 'False' 关闭脚本自动更新,默认开启 for index, infos in enumerate(tokens): run_result = RUN(infos, index).help() if not run_result: continue - if send: send(f'{APP_NAME}挂机通知', send_msg + TIPS_HTML) \ No newline at end of file + if send: send(f'{APP_NAME}挂机通知', send_msg + TIPS_HTML)