mirror of
https://github.com/FloatTech/zbpwife.git
synced 2026-04-11 17:38:42 +00:00
clear redundant code
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user