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