mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 12:57:50 +08:00
添加api配置检查
This commit is contained in:
@@ -51,6 +51,8 @@ class IPv4InfoAPI(Query):
|
|||||||
"""
|
"""
|
||||||
类执行入口
|
类执行入口
|
||||||
"""
|
"""
|
||||||
|
if not self.check(self.api):
|
||||||
|
return
|
||||||
self.begin()
|
self.begin()
|
||||||
self.query()
|
self.query()
|
||||||
self.finish()
|
self.finish()
|
||||||
|
|||||||
Reference in New Issue
Block a user