From 071c115d703f758ed8b60237bf0539200305f6b9 Mon Sep 17 00:00:00 2001 From: Jing Ling Date: Fri, 27 Sep 2019 01:09:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8=E8=BE=93?= =?UTF-8?q?=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oneforall/modules/search/github.py | 1 - 1 file changed, 1 deletion(-) diff --git a/oneforall/modules/search/github.py b/oneforall/modules/search/github.py index ba014f3..7d0e18b 100644 --- a/oneforall/modules/search/github.py +++ b/oneforall/modules/search/github.py @@ -80,7 +80,6 @@ class Github(Search): break soup = BeautifulSoup(resp.text, 'lxml') subdomains = self.match(self.domain, soup.text) - print(subdomains) self.subdomains = self.subdomains.union(subdomains) if not subdomains: break