summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-xpyLoadCore.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py
index b39f2b667..72f938c37 100755
--- a/pyLoadCore.py
+++ b/pyLoadCore.py
@@ -106,9 +106,10 @@ class Core(object):
self.path = dirname(__file__)
self.config = {}
- self.plugin_folder = "module" + sep + "plugins"
self.plugins_avaible = {}
+ self.plugin_folder = join("module", "plugins")
+
self.read_config()
self.do_kill = False
@@ -148,7 +149,7 @@ class Core(object):
self.server_methods.check_update()
self.init_server()
- self.init_webserver() # start webinterface like cli, gui etc
+ #~ self.init_webserver() # start webinterface like cli, gui etc
self.logger.info(_("Downloadtime: %s") % self.server_methods.is_time_download()) # debug only