summaryrefslogtreecommitdiffstats
path: root/module/Api.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-08-17 18:29:39 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-08-17 18:29:39 +0200
commit8d928c2b27f2f8344e3debe26ea72542fbfab124 (patch)
tree7b98ef66db71bdf80414989f1ac9ac09c9698fe6 /module/Api.py
parentplugin unloading, closed #377, some fixes (diff)
downloadpyload-8d928c2b27f2f8344e3debe26ea72542fbfab124.tar.xz
not working restart method
Diffstat (limited to 'module/Api.py')
-rw-r--r--module/Api.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/module/Api.py b/module/Api.py
index 1a69a0a27..54aeff669 100644
--- a/module/Api.py
+++ b/module/Api.py
@@ -183,8 +183,9 @@ class Api(Iface):
self.core.do_kill = True
def restart(self):
- """Untested"""
- self.core.do_restart = True
+ """Not working, not likely to ever will"""
+ pass
+ #self.core.do_restart = True
def getLog(self, offset=0):
"""Returns most recent log entries.