mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +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.query()
|
||||
self.finish()
|
||||
|
||||
Reference in New Issue
Block a user