diff options
Diffstat (limited to 'module/Api.py')
-rw-r--r-- | module/Api.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |