From 98f3ed1a9c99a07b15f54b78f521ad84ccbad126 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Tue, 11 Oct 2011 20:02:47 +0200 Subject: working restart core method --- module/Api.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'module/Api.py') diff --git a/module/Api.py b/module/Api.py index 502792cf6..aad61cd5f 100644 --- a/module/Api.py +++ b/module/Api.py @@ -238,9 +238,8 @@ class Api(Iface): self.core.do_kill = True def restart(self): - """Not working, not likely to ever will""" - pass - #self.core.do_restart = True + """Restart pyload core""" + self.core.do_restart = True @permission(PERMS.STATUS) def getLog(self, offset=0): -- cgit v1.2.3