moonraker: validate parsed configuration options after plugins are loaded
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
45557b8260
commit
60ba8ff1d5
|
@ -98,6 +98,7 @@ class Server:
|
|||
self.plugins = {}
|
||||
self.klippy_apis = self.load_plugin(config, 'klippy_apis')
|
||||
self._load_plugins(config)
|
||||
config.validate_config()
|
||||
|
||||
def start(self):
|
||||
hostname, hostport = self.get_host_info()
|
||||
|
|
Loading…
Reference in New Issue