mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 12:57:50 +08:00
删除无用输出
This commit is contained in:
@@ -24,7 +24,6 @@ class CeBaidu(Query):
|
|||||||
subdomains = self.match(self.domain, str(resp.json()))
|
subdomains = self.match(self.domain, str(resp.json()))
|
||||||
# 合并搜索子域名搜索结果
|
# 合并搜索子域名搜索结果
|
||||||
self.subdomains = self.subdomains.union(subdomains)
|
self.subdomains = self.subdomains.union(subdomains)
|
||||||
print(self.subdomains)
|
|
||||||
|
|
||||||
def run(self):
|
def run(self):
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user