⬆ Bump abyss_team from 3.2 to 3.3

This commit is contained in:
omg-xtao 2022-12-22 16:39:28 +08:00 committed by GitHub
parent 807ae86e8a
commit fe12095007
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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