⬆ Bump abyss_team from 3.3 to 3.4

This commit is contained in:
xtaodada 2023-02-03 20:44:33 +08:00
parent b5d5dcf735
commit ee65500c3a
Signed by: xtaodada
GPG Key ID: 4CBB3F4FA8C85659

View File

@ -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)