From f9701195a01e6e15fc6410c22061ccf2ac3b8370 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wuyi=E6=97=A0=E7=96=91?= <55526518+KimigaiiWuyi@users.noreply.github.com> Date: Thu, 11 Nov 2021 11:32:27 +0800 Subject: [PATCH] Update getDB.py --- getDB.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/getDB.py b/getDB.py index a793006e..bab30d3a 100644 --- a/getDB.py +++ b/getDB.py @@ -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("访问失败,请重试!")