mirror of
https://github.com/FloatTech/zbpwife.git
synced 2025-01-19 04:26:28 +09:00
clear redundant code
This commit is contained in:
parent
a408ed436d
commit
b59ee712ad
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user