From fe1209500767c5effbc8966ba6afc10dc8aa4e49 Mon Sep 17 00:00:00 2001 From: omg-xtao <100690902+omg-xtao@users.noreply.github.com> Date: Thu, 22 Dec 2022 16:39:28 +0800 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20abyss=5Fteam=20from=203.2=20?= =?UTF-8?q?to=203.3?= 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 7eefefc..7618f96 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.2" + VERSION = "3.3" def __init__(self): self.client = httpx.AsyncClient(headers=self.HEADERS)