diff --git a/oneforall/modules/search/github.py b/oneforall/modules/search/github.py index 6b2d06a..9e70f66 100644 --- a/oneforall/modules/search/github.py +++ b/oneforall/modules/search/github.py @@ -68,7 +68,7 @@ class Github(Search): return None return match.group(1) - def search(self, full_search=True): + def search(self, full_search=False): """ 向接口查询子域并做子域匹配 """