mirror of
https://github.com/CHERWING/CHERWIN_SCRIPTS.git
synced 2024-11-22 09:04:11 +08:00
Update HDL.py
This commit is contained in:
parent
c572dc6afd
commit
b39326ecd4
4
HDL.py
4
HDL.py
@ -5,7 +5,7 @@
|
|||||||
# ✨✨✨ @Author CHERWIN✨✨✨
|
# ✨✨✨ @Author CHERWIN✨✨✨
|
||||||
# -------------------------------
|
# -------------------------------
|
||||||
# cron "0 6 * * *" script-path=xxx.py,tag=匹配cron用
|
# cron "0 6 * * *" script-path=xxx.py,tag=匹配cron用
|
||||||
# const $ = new Env('中通快递小程序签到')
|
# const $ = new Env('海底捞小程序签到')
|
||||||
|
|
||||||
import os
|
import os
|
||||||
from os import path
|
from os import path
|
||||||
@ -335,4 +335,4 @@ export SCRIPT_UPDATE = 'False' 关闭脚本自动更新,默认开启
|
|||||||
for index, infos in enumerate(tokens):
|
for index, infos in enumerate(tokens):
|
||||||
run_result = RUN(infos, index).main()
|
run_result = RUN(infos, index).main()
|
||||||
if not run_result: continue
|
if not run_result: continue
|
||||||
if send: send(f'{APP_NAME}挂机通知', send_msg + TIPS_HTML)
|
if send: send(f'{APP_NAME}挂机通知', send_msg + TIPS_HTML)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user