diff --git a/common/resolve.py b/common/resolve.py index 139614c..1bc522b 100644 --- a/common/resolve.py +++ b/common/resolve.py @@ -38,6 +38,7 @@ def update_data(data, infos): new_data = list() for index, items in enumerate(data): if items.get('ip'): + new_data.append(items) continue subdomain = items.get('subdomain') record = infos.get(subdomain)