From ee348bfb6749ee8a3dfdc75ff873f7450753e426 Mon Sep 17 00:00:00 2001 From: CHERWING <160421895+CHERWING@users.noreply.github.com> Date: Tue, 16 Apr 2024 11:47:01 +0800 Subject: [PATCH] Update TYQH.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复角色解锁任务,更新版本号 --- TYQH.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/TYQH.py b/TYQH.py index db4caf3..2864b4a 100755 --- a/TYQH.py +++ b/TYQH.py @@ -84,7 +84,9 @@ class RUN: self.can_help_task = True self.can_help_risk = True self.can_help_unlock = True - + self.role_id ='' + self.role_progress='' + self.role_max='' self.all_land_unlock = True self.all_role_unlock = True self.help_task_config = {} @@ -1206,7 +1208,7 @@ export SCRIPT_UPDATE = 'False' 关闭脚本自动更新,默认开启 ✨✨✨ @Author CHERWIN✨✨✨ ''') local_script_name = os.path.basename(__file__) - local_version = '2024.04.06' + local_version = '2024.04.16' if os.path.isfile('CHERWIN_TOOLS.py'): import_Tools() else: