From 6003c40ecb441f0bcdbd4c27a7e7028377ed641a Mon Sep 17 00:00:00 2001 From: chaopower Date: Wed, 2 Aug 2023 12:59:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E9=97=AD=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tools/parsexlsx.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/parsexlsx.py b/tools/parsexlsx.py index 5b4f8aa..070ac11 100644 --- a/tools/parsexlsx.py +++ b/tools/parsexlsx.py @@ -374,8 +374,8 @@ def run(path): parse = Parse(read(path)) res = parse.collect() resjson = json.dumps(res, indent=4, ensure_ascii=False) - with open('t.json', 'w') as f: - f.write(resjson) + # with open('t.json', 'w') as f: + # f.write(resjson) return resjson