1
0
mirror of https://github.com/FloatTech/zbpwife.git synced 2024-09-29 17:46:29 +09:00

clear redundant code

This commit is contained in:
莫思敛 2022-10-05 20:21:24 +08:00
parent a408ed436d
commit b59ee712ad

View File

@ -5,7 +5,6 @@ sgs = {}
if os.path.exists('wife.json'): if os.path.exists('wife.json'):
with open('wife.json', 'r',encoding='utf-8') as f: with open('wife.json', 'r',encoding='utf-8') as f:
sgs = json.load(f) sgs = json.load(f)
# print(sgs)
pwd = os.getcwd() pwd = os.getcwd()
urlList = [] urlList = []
for i in sgs: for i in sgs: