From 818af183553d9c9ac6460c91e2432ad79b1c63e7 Mon Sep 17 00:00:00 2001 From: shmilylty Date: Fri, 23 Aug 2019 10:18:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E6=97=A0=E7=94=A8=E6=89=93?= =?UTF-8?q?=E5=8D=B0?= 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 37ee1f4..40d191d 100644 --- a/oneforall/modules/search/github.py +++ b/oneforall/modules/search/github.py @@ -22,7 +22,6 @@ class Github(Query): self.proxy = self.get_proxy(self.source) params = {'p': page_num, 'q': f'"{self.domain}"', 'type': 'Code'} resp = self.get(url=self.addr, params=params) - print(resp.url) if not resp: return subdomains = self.match(self.domain, resp.text)