diff --git a/DBKD.py b/DBKD.py index 34b622f..4e70f18 100755 --- a/DBKD.py +++ b/DBKD.py @@ -247,6 +247,7 @@ class RUN: print('任务不支持,跳过') break self.changeStatus() + self.task_receive() elif rightsClaimStatus == 1: self.task_receive() else: @@ -449,4 +450,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)