From 432f1aed8461362d490461f243cb7c3aa7f992d5 Mon Sep 17 00:00:00 2001 From: novirium Date: Mon, 8 Jun 2020 19:27:06 +0800 Subject: [PATCH] config fix --- shepherd/plugins/flytrap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shepherd/plugins/flytrap.py b/shepherd/plugins/flytrap.py index 03ed104..cba0e47 100644 --- a/shepherd/plugins/flytrap.py +++ b/shepherd/plugins/flytrap.py @@ -25,7 +25,7 @@ class FlytrapPlugin(shepherd.plugin.Plugin): self.hooks = pluginInterface.hooks self.root_dir = os.path.expanduser(pluginInterface.coreconfig["root_dir"]) - self.id = pluginInterface.coreconfig["id"] + self.id = pluginInterface.coreconfig["name"] print("Flytrap config:") print(self.config)