From ee65500c3a51eb7a0453a1ef6ae6b10a5960b85b Mon Sep 17 00:00:00 2001 From: xtaodada Date: Fri, 3 Feb 2023 20:44:33 +0800 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20abyss=5Fteam=20from=203.3=20?= =?UTF-8?q?to=203.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/apihelper/client/components/abyss.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/apihelper/client/components/abyss.py b/modules/apihelper/client/components/abyss.py index 7618f96..711b6cd 100644 --- a/modules/apihelper/client/components/abyss.py +++ b/modules/apihelper/client/components/abyss.py @@ -18,7 +18,7 @@ class AbyssTeam: "Mobile/15E148 MicroMessenger/8.0.20(0x1800142f) NetType/WIFI Language/zh_CN", "content-type": "application/json", } - VERSION = "3.3" + VERSION = "3.4" def __init__(self): self.client = httpx.AsyncClient(headers=self.HEADERS)