From 07f061bf96992a447ad535460ad6053d15a86888 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sun, 17 Nov 2013 20:46:52 +0100 Subject: adapted multihoster to new plugin manager --- pyload/utils/PluginLoader.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pyload/utils') diff --git a/pyload/utils/PluginLoader.py b/pyload/utils/PluginLoader.py index 038ac9b23..cb1039443 100644 --- a/pyload/utils/PluginLoader.py +++ b/pyload/utils/PluginLoader.py @@ -164,7 +164,8 @@ class PluginLoader: self.log.debug(str(e)) if not hasattr(Base, "__%s__" % m[0]): - if m[0] != "type": #TODO remove type from all plugins, its not needed + #TODO remove type from all plugins, its not needed + if m[0] != "type" and m[0] != "author_name": self.logDebug(folder, name, "Unknown attribute '%s'" % m[0]) return attrs -- cgit v1.2.3