From 7ea8e32498c2d73660e2ce88e23ab83e6ff41a5b Mon Sep 17 00:00:00 2001 From: novirium Date: Mon, 8 Jun 2020 19:26:00 +0800 Subject: [PATCH] uploader fix --- shepherd/plugins/uploader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)