diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-12-23 12:15:56 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-12-23 12:15:56 +0100 |
commit | f852c362fc6283246a9f9e690c456dd3fd245c29 (patch) | |
tree | 93eb5751938cdb4b668fcdeddba9231a8038b4b5 /module/Api.py | |
parent | accountmanager v2, delete your accounts.conf and re-enter them in pyload, (diff) | |
download | pyload-f852c362fc6283246a9f9e690c456dd3fd245c29.tar.xz |
closed #473
Diffstat (limited to 'module/Api.py')
-rw-r--r-- | module/Api.py | 2 |
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={}): |