diff --git a/common/resolve.py b/common/resolve.py index 8603c4a..3071e82 100644 --- a/common/resolve.py +++ b/common/resolve.py @@ -47,10 +47,6 @@ def update_data(data, infos): record = infos.get(subdomain) if record: items.update(record) - else: - items['resolve'] = 0 - items['alive'] = 0 - items['reason'] = 'NoResult' data[index] = items return data