diff --git a/shepherd/plugins/uploader.py b/shepherd/plugins/uploader.py index 92e50b6..7ee0c28 100644 --- a/shepherd/plugins/uploader.py +++ b/shepherd/plugins/uploader.py @@ -190,7 +190,7 @@ class UploaderPlugin(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("Uploader config:") print(self.config)