mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 12:57:50 +08:00
去掉无用打印
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user