|
|
|
@ -25,7 +25,7 @@ class FlytrapPlugin(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("Flytrap config:")
|
|
|
|
print("Flytrap config:")
|
|
|
|
print(self.config)
|
|
|
|
print(self.config)
|
|
|
|
|