From 8d928c2b27f2f8344e3debe26ea72542fbfab124 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Wed, 17 Aug 2011 18:29:39 +0200 Subject: not working restart method --- module/Api.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'module/Api.py') 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. -- cgit v1.2.3