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

@ -57,7 +57,7 @@ class PiCamPlugin(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"]
self.interface.register_hook("pre_cam")
self.interface.register_hook("post_cam")

Loading…
Cancel
Save