From 3d8c4b8ba2471ddce794e6b0c6516b8331abbcdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wuyi=E6=97=A0=E7=96=91?= <444835641@qq.com> Date: Thu, 30 Dec 2021 00:01:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=EF=BC=9A=E8=A7=92=E8=89=B2?= =?UTF-8?q?=E5=91=BD=E4=BB=A4=E7=8E=B0=E5=B7=B2=E6=94=AF=E6=8C=81=E6=A8=A1?= =?UTF-8?q?=E7=B3=8A=E6=9F=A5=E8=AF=A2=EF=BC=88=E4=BF=AE=E5=A4=8D=E4=B9=8B?= =?UTF-8?q?=E5=89=8D=E7=9B=B4=E6=8E=A5=E8=BE=93=E5=87=BAJson=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- getDB.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getDB.py b/getDB.py index 049754f3..371df5f3 100644 --- a/getDB.py +++ b/getDB.py @@ -740,7 +740,7 @@ async def GetCharInfo(name,mode = 0,level = None): headers={ 'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'Referer': 'https://genshin.minigg.cn/index.html'}) - data = req.text + data = jsonfy(req.text) return data