diff options
author | 2013-01-16 22:52:17 +0100 | |
---|---|---|
committer | 2013-01-16 22:52:17 +0100 | |
commit | f743873c5cd308d1ca4145f3b71823e5f2df05de (patch) | |
tree | 46129540e249ecf11147e6d34c0cb6ec863de26b /pyload-cli.py | |
parent | animate package added (diff) | |
download | pyload-f743873c5cd308d1ca4145f3b71823e5f2df05de.tar.xz |
evaluate different webservers
Diffstat (limited to 'pyload-cli.py')
-rwxr-xr-x | pyload-cli.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyload-cli.py b/pyload-cli.py index cf8fabd1a..684958f1e 100755 --- a/pyload-cli.py +++ b/pyload-cli.py @@ -333,10 +333,10 @@ class Cli: elif command == "pause": - self.client.pause() + self.client.pauseServer() elif command == "unpause": - self.client.unpause() + self.client.unpauseServer() elif command == "toggle": self.client.togglePause() |