diff options
author | spoob <spoob@gmx.de> | 2010-01-13 11:18:03 +0100 |
---|---|---|
committer | spoob <spoob@gmx.de> | 2010-01-13 11:18:03 +0100 |
commit | 324ed3da96b07d42da753d1314495724ef4c2b7a (patch) | |
tree | ae09084233e89578745c2f1808b7f412f913fa2c /pyLoadCore.py | |
parent | finally and officially: webinterface home page working ;) (diff) | |
download | pyload-324ed3da96b07d42da753d1314495724ef4c2b7a.tar.xz |
removed Mp3Convert, just load plugin config once
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-x | pyLoadCore.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py index 5ae81294d..b3f9b9186 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -86,6 +86,8 @@ class Core(object): self.xmlconfig = XMLConfigParser(join(self.path, "module", "config", "core.xml"))
self.config = self.xmlconfig.getConfig()
+ self.parser_plugins = XMLConfigParser(join(self.path, "module", "config", "plugin.xml"))
+ #~ self.config_plugins = self.parser_plugins.getConfig()
self.do_kill = False
self.do_restart = False
|