diff options
Diffstat (limited to 'module/Api.py')
-rw-r--r-- | module/Api.py | 5 |
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. |