From f587435ab12a5597c6e7acd52591dd53ce63f960 Mon Sep 17 00:00:00 2001 From: Jing Ling Date: Sun, 30 Aug 2020 22:28:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=BD=E7=95=A5=E6=97=A0=E8=A7=A3=E6=9E=90?= =?UTF-8?q?=E7=BB=93=E6=9E=9C=E7=9A=84=E5=AD=90=E5=9F=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/resolve.py | 4 ---- 1 file changed, 4 deletions(-) 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