From 01df6d190b55e7369aa80f1def5c21ecd6d7293d Mon Sep 17 00:00:00 2001 From: CHERWING <160421895+CHERWING@users.noreply.github.com> Date: Thu, 18 Apr 2024 12:06:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=9D=92=E9=BE=99=E6=8B=89?= =?UTF-8?q?=E5=BA=93=E8=84=9A=E6=9C=AC=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DBKD.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DBKD.py b/DBKD.py index aa82359..a9b6639 100755 --- a/DBKD.py +++ b/DBKD.py @@ -3,8 +3,8 @@ # ------------------------------- # ✨✨✨ @Author CHERWIN✨✨✨ # ------------------------------- -# cron "0 6 * * *" script-path=xxx.py,tag=匹配cron用 -# const $ = new Env('中通快递小程序签到') +# cron "0 7 * * *" script-path=xxx.py,tag=匹配cron用 +# const $ = new Env('德邦快递小程序签到') import os import requests @@ -398,7 +398,7 @@ export SCRIPT_UPDATE = 'False' 关闭脚本自动更新,默认开启 ✨✨✨ @Author CHERWIN✨✨✨ ''') local_script_name = os.path.basename(__file__) - local_version = '2024.04.06' + local_version = '2024.04.18' if os.path.isfile('CHERWIN_TOOLS.py'): import_Tools() else: @@ -422,4 +422,4 @@ export SCRIPT_UPDATE = 'False' 关闭脚本自动更新,默认开启 for index, infos in enumerate(tokens): run_result = RUN(infos, index).main() 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)