Update DBKD.py

This commit is contained in:
CHERWING 2024-06-02 03:38:44 +08:00 committed by GitHub
parent 3b68704ad5
commit 2b6b2f8241
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -247,6 +247,7 @@ class RUN:
print('任务不支持,跳过') print('任务不支持,跳过')
break break
self.changeStatus() self.changeStatus()
self.task_receive()
elif rightsClaimStatus == 1: elif rightsClaimStatus == 1:
self.task_receive() self.task_receive()
else: else:
@ -449,4 +450,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)