summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
authorGravatar spoob <spoob@gmx.de> 2009-12-15 22:47:26 +0100
committerGravatar spoob <spoob@gmx.de> 2009-12-15 22:47:26 +0100
commit4e86c166dc20a8f4d1000e65120508c425f5b794 (patch)
treea448f511e2d6fef2f58fdb666d29a2cfa00b612e /pyLoadCore.py
parentnew Django webinterface(in development), small fixes (diff)
downloadpyload-4e86c166dc20a8f4d1000e65120508c425f5b794.tar.xz
Fixed LinkList.py and .part renaming
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