database: replace references to "plugin" with "component"
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
8d93bcf438
commit
7949b6400b
|
@ -384,5 +384,5 @@ class NamespaceWrapper:
|
||||||
except Exception:
|
except Exception:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def load_plugin(config):
|
def load_component(config):
|
||||||
return MoonrakerDatabase(config)
|
return MoonrakerDatabase(config)
|
||||||
|
|
Loading…
Reference in New Issue