diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-10-03 21:27:12 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-10-03 21:27:12 +0200 |
commit | c716dfbccd4ee7b210dcf91ee7eb18550b65bf2b (patch) | |
tree | 404fc20566a6dbd3639e59d310025e31e77e5011 /pyload/api | |
parent | Update pyload to the new plugins structure (diff) | |
download | pyload-c716dfbccd4ee7b210dcf91ee7eb18550b65bf2b.tar.xz |
Remove trailing whitespaces
Diffstat (limited to 'pyload/api')
-rw-r--r-- | pyload/api/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyload/api/__init__.py b/pyload/api/__init__.py index a6927b238..43bdf5adb 100644 --- a/pyload/api/__init__.py +++ b/pyload/api/__init__.py @@ -705,7 +705,7 @@ class Api(Iface): """Gives a package a new position. :param pid: package id - :param position: + :param position: """ self.core.files.reorderPackage(pid, position) @@ -917,7 +917,7 @@ class Api(Iface): :param username: :param password: - :param remoteip: + :param remoteip: :return: dict with info, empty when login is incorrect """ if self.core.config["remote"]["nolocalauth"] and remoteip == "127.0.0.1": |