mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
解决函数名覆盖问题
This commit is contained in:
@@ -50,7 +50,7 @@ class FoFa(Search):
|
||||
"""
|
||||
类执行入口
|
||||
"""
|
||||
if not self.check(self.email, self.key):
|
||||
if not self.have_api(self.email, self.key):
|
||||
return
|
||||
self.begin()
|
||||
self.search()
|
||||
|
||||
Reference in New Issue
Block a user