模块优化

This commit is contained in:
Jing Ling
2020-08-14 01:49:53 +08:00
parent 15027ef82e
commit fedf0daf76
5 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ class SpyseAPI(Query):
return
json = resp.json()
subdomains = self.match_subdomains(str(json))
if not subdomains: # 搜索没有发现子域名则停止搜索
if not subdomains: # 没有发现子域名则停止查询
break
self.subdomains = self.subdomains.union(subdomains)
offset += limit