From b59ee712ad77feb385692be633403a50ee65b84a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8E=AB=E6=80=9D=E6=95=9B?= <55676105+shudorcl@users.noreply.github.com> Date: Wed, 5 Oct 2022 20:21:24 +0800 Subject: [PATCH] clear redundant code --- wives/genjson.py | 1 - 1 file changed, 1 deletion(-) diff --git a/wives/genjson.py b/wives/genjson.py index 2ad2d70..350141c 100644 --- a/wives/genjson.py +++ b/wives/genjson.py @@ -5,7 +5,6 @@ sgs = {} if os.path.exists('wife.json'): with open('wife.json', 'r',encoding='utf-8') as f: sgs = json.load(f) -# print(sgs) pwd = os.getcwd() urlList = [] for i in sgs: