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