fix-v0.2
Tom Wilson 5 years ago
parent d6b91ee47e
commit fc6552470d

@ -24,7 +24,7 @@ class MothtrapPlugin(shepherd.plugin.Plugin):
self.hooks = pluginInterface.hooks self.hooks = pluginInterface.hooks
self.root_dir = os.path.expanduser(pluginInterface.coreconfig["root_dir"]) self.root_dir = os.path.expanduser(pluginInterface.coreconfig["root_dir"])
self.id = pluginInterface.coreconfig["id"] self.id = pluginInterface.coreconfig["name"]
print("Mothtrap config:") print("Mothtrap config:")
print(self.config) print(self.config)

Loading…
Cancel
Save