summaryrefslogtreecommitdiffstats
path: root/module/Api.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-12-23 12:15:56 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-12-23 12:15:56 +0100
commitf852c362fc6283246a9f9e690c456dd3fd245c29 (patch)
tree93eb5751938cdb4b668fcdeddba9231a8038b4b5 /module/Api.py
parentaccountmanager v2, delete your accounts.conf and re-enter them in pyload, (diff)
downloadpyload-f852c362fc6283246a9f9e690c456dd3fd245c29.tar.xz
closed #473
Diffstat (limited to 'module/Api.py')
-rw-r--r--module/Api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/Api.py b/module/Api.py
index f6375f266..99fb4c1e7 100644
--- a/module/Api.py
+++ b/module/Api.py
@@ -862,7 +862,7 @@ class Api(Iface):
:return: list
"""
- return self.core.pluginManager.getAccountPlugins()
+ return self.core.pluginManager.getPlugins("account").keys()
@permission(PERMS.ACCOUNTS)
def updateAccount(self, plugin, account, password=None, options={}):