Update getDB.py

This commit is contained in:
Wuyi无疑 2021-11-11 11:32:27 +08:00 committed by GitHub
parent 0ecb4b4b26
commit f9701195a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -395,8 +395,6 @@ async def GetAward(Uid,ServerID="cn_gf01"):
'x-rpc-client_type': '5',
'Referer': 'https://webstatic.mihoyo.com/'})
data = json.loads(req.text)
#f=open("/root/hoshino/HoshinoBot/hoshino/modules/GenshinUID/mys/chars/info.txt",'w')
#f.write(str(data))
return data
except:
print("访问失败,请重试!")