From 3303cbeed20a252b6c33e6247b2b064423b6a230 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Wed, 13 Jul 2011 11:09:54 +0200 Subject: new DLC plugins, adapted irc interface - needs testing --- module/Api.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'module/Api.py') 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): -- cgit v1.2.3