database: replace references to "plugin" with "component"

Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
Arksine 2021-03-18 08:17:56 -04:00
parent 8d93bcf438
commit 7949b6400b
1 changed files with 1 additions and 1 deletions

View File

@ -384,5 +384,5 @@ class NamespaceWrapper:
except Exception:
pass
def load_plugin(config):
def load_component(config):
return MoonrakerDatabase(config)