mirror of
https://github.com/FloatTech/zbpwife.git
synced 2024-11-17 09:37:19 +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'):
|
||||
with open('wife.json', 'r',encoding='utf-8') as f:
|
||||
sgs = json.load(f)
|
||||
# print(sgs)
|
||||
pwd = os.getcwd()
|
||||
urlList = []
|
||||
for i in sgs:
|
||||
|
Loading…
Reference in New Issue
Block a user