解决函数名覆盖问题

This commit is contained in:
Jing Ling
2020-09-15 23:51:58 +08:00
parent aa34cb87d3
commit aa7cec7fbb
20 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ class CensysAPI(Query):
"""
类执行入口
"""
if not self.check(self.id, self.secret):
if not self.have_api(self.id, self.secret):
return
self.begin()
self.query()