From f52272a00b18570ec3f478c6b9b1e1873f9cb20b Mon Sep 17 00:00:00 2001 From: KimigaiiWuyi <444835641@qq.com> Date: Sun, 24 Oct 2021 16:57:58 +0800 Subject: [PATCH] fix --- getDB.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/getDB.py b/getDB.py index e2923422..87c216c8 100644 --- a/getDB.py +++ b/getDB.py @@ -347,8 +347,6 @@ async def GetSignInfo(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("访问失败,请重试!")