From 49aa7282dab9e01d6f371f8ff542dae6b4a072b0 Mon Sep 17 00:00:00 2001 From: Womsxd <45663319+Womsxd@users.noreply.github.com> Date: Thu, 1 Sep 2022 08:30:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=8Etools=E8=8E=B7=E5=8F=96ua?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- genshin.py | 3 +-- honkai2.py | 2 +- honkai3rd.py | 2 +- tearsofthemis.py | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/genshin.py b/genshin.py index c742f17..65c0588 100644 --- a/genshin.py +++ b/genshin.py @@ -18,8 +18,7 @@ class Genshin: f'&act_id={setting.genshin_Act_id}&utm_source=bbs&utm_medium=mys&utm_campaign=icon' self.headers['Cookie'] = config.config["account"]["cookie"] self.headers['x-rpc-device_id'] = tools.get_device_id() - self.headers[ - 'User-Agent'] = f'{config.config["games"]["cn"]["useragent"]} miHoYoBBS/{setting.mihoyobbs_Version}' + self.headers['User-Agent'] = tools.get_useragent() self.account_list = get_account_list("hk4e_cn", self.headers) if len(self.account_list) != 0: self.checkin_rewards = self.get_checkin_rewards() diff --git a/honkai2.py b/honkai2.py index 5df4bf5..e88aae9 100644 --- a/honkai2.py +++ b/honkai2.py @@ -19,7 +19,7 @@ class Honkai2: '&utm_source=bbs&utm_medium=mys&utm_campaign=icon' self.headers['Cookie'] = config.config["account"]["cookie"] self.headers['x-rpc-device_id'] = tools.get_device_id() - self.headers['User-Agent'] = f'{config.config["games"]["cn"]["useragent"]} miHoYoBBS/{setting.mihoyobbs_Version}' + self.headers['User-Agent'] = tools.get_useragent() self.account_list = get_account_list("bh2_cn", self.headers) self.sign_day = 0 if len(self.account_list) != 0: diff --git a/honkai3rd.py b/honkai3rd.py index 6bab217..ff41e80 100644 --- a/honkai3rd.py +++ b/honkai3rd.py @@ -19,7 +19,7 @@ class Honkai3rd: '&utm_source=bbs&utm_medium=mys&utm_campaign=icon' self.headers['Cookie'] = config.config["account"]["cookie"] self.headers['x-rpc-device_id'] = tools.get_device_id() - self.headers['User-Agent'] = f'{config.config["games"]["cn"]["useragent"]} miHoYoBBS/{setting.mihoyobbs_Version}' + self.headers['User-Agent'] = tools.get_useragent() self.account_list = get_account_list("bh3_cn", self.headers) self.sign_day = 0 if len(self.account_list) != 0: diff --git a/tearsofthemis.py b/tearsofthemis.py index 9794f4a..8f1e9d0 100644 --- a/tearsofthemis.py +++ b/tearsofthemis.py @@ -19,7 +19,7 @@ class Tears_of_themis: f'act_id={setting.tearsofthemis_Act_id}' self.headers['Cookie'] = config.config["account"]["cookie"] self.headers['x-rpc-device_id'] = tools.get_device_id() - self.headers['User-Agent'] = f'{config.config["games"]["cn"]["useragent"]} miHoYoBBS/{setting.mihoyobbs_Version}' + self.headers['User-Agent'] = tools.get_useragent() self.account_list = get_account_list("nxx_cn", self.headers) self.sign_day = 0 if len(self.account_list) != 0: