From a786fef06639da439f9edd367db36388dc1c2658 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Wed, 2 Jan 2013 22:03:02 +0100 Subject: little cleanup, improved handling of custom exceptions via api --- module/Api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/Api.py') diff --git a/module/Api.py b/module/Api.py index a96f35ab6..dc500dabe 100644 --- a/module/Api.py +++ b/module/Api.py @@ -228,7 +228,7 @@ class Api(Iface): return free_space(self.core.config["general"]["download_folder"]) - def stop(self): + def quit(self): """Clean way to quit pyLoad""" self.core.do_kill = True -- cgit v1.2.3