调整管理员账号功能
This commit is contained in:
@@ -28,3 +28,6 @@ class Config(object):
|
||||
self.email = yconfig.get("email_config", {})
|
||||
# glances 监控配置
|
||||
self.glances = yconfig.get("glances", {})
|
||||
|
||||
# wx 相关配置
|
||||
self.wx_config = yconfig.get("wx_config", {})
|
||||
|
||||
Reference in New Issue
Block a user