忽略无解析结果的子域

This commit is contained in:
Jing Ling
2020-08-30 22:53:22 +08:00
parent b35e882227
commit 9c85745a3a
+2
View File
@@ -48,6 +48,8 @@ def update_data(data, infos):
if record:
items.update(record)
data[index] = items
else:
data.pop(index)
return data