⬆ Bump abyss_team from 3.1 to 3.2

This commit is contained in:
xtaodada 2022-11-17 22:03:35 +08:00
parent 17334edeee
commit e513f02e00
Signed by: xtaodada
GPG Key ID: 4CBB3F4FA8C85659

View File

@ -80,7 +80,7 @@ class AbyssTeamData:
"Mobile/15E148 MicroMessenger/8.0.20(0x1800142f) NetType/WIFI Language/zh_CN",
"content-type": "application/json",
}
VERSION = "3.1"
VERSION = "3.2"
def __init__(self):
self.client = httpx.AsyncClient(headers=self.HEADERS)