diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-07-13 11:09:54 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-07-13 11:09:54 +0200 |
commit | 3303cbeed20a252b6c33e6247b2b064423b6a230 (patch) | |
tree | 3d2cfdbd7c1939ad3b4111493b588ea25d571d2b /module/Api.py | |
parent | fixes for last commit (diff) | |
download | pyload-3303cbeed20a252b6c33e6247b2b064423b6a230.tar.xz |
new DLC plugins, adapted irc interface - needs testing
Diffstat (limited to 'module/Api.py')
-rw-r--r-- | module/Api.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/module/Api.py b/module/Api.py index 1440f485e..8c32f4b7a 100644 --- a/module/Api.py +++ b/module/Api.py @@ -655,10 +655,7 @@ class Api(Iface): return self.core.accountManager.accounts.keys() def updateAccount(self, plugin, account, password=None, options={}): - """Changes pw/options for specific account. - - :param data: `AccountData` - """ + """Changes pw/options for specific account.""" self.core.accountManager.updateAccount(plugin, account, password, options) def removeAccount(self, plugin, account): |