From 378ec7b4e184ab0c45c677518762c2a394558dfd Mon Sep 17 00:00:00 2001 From: SingTsang Date: Sat, 25 May 2024 10:32:04 +0800 Subject: [PATCH] Update DBKD.py --- DBKD.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DBKD.py b/DBKD.py index 34b622f..d62b1b8 100755 --- a/DBKD.py +++ b/DBKD.py @@ -449,4 +449,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)