Update TYQH_JK.py

This commit is contained in:
CHERWING 2024-05-04 19:40:57 +08:00 committed by GitHub
parent 72b69efd33
commit f887fef76e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,6 @@
# @Author : cherwin # @Author : cherwin
# ------------------------------- # -------------------------------
# cron "*/10 9:59 1-31 2-6 * *" script-path=xxx.py,tag=匹配cron用 # cron "*/10 9:59 1-31 2-6 * *" script-path=xxx.py,tag=匹配cron用
# 2-6月每月1日9点55到10点1分每10秒执行一次
# const $ = new Env('统一茄皇监控') # const $ = new Env('统一茄皇监控')
import hashlib import hashlib
import json import json
@ -402,7 +401,7 @@ export SCRIPT_UPDATE = 'False' 关闭脚本自动更新,默认开启
# thread = threading.Thread(target=execute_task, args=(infos, index)) # thread = threading.Thread(target=execute_task, args=(infos, index))
# threads.append(thread) # threads.append(thread)
# thread.start() # thread.start()
# #
# for thread in threads: # for thread in threads:
# thread.join() # thread.join()
while True: while True: