From 405aa7a9953481a39a4f08f3677fbe9e1523f997 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sun, 3 Oct 2010 20:53:22 +0200 Subject: time settings for accounts --- pyLoadCore.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyLoadCore.py') diff --git a/pyLoadCore.py b/pyLoadCore.py index 9f2e2ab91..aec4cafb2 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -754,7 +754,7 @@ class ServerMethods(): def get_accounts(self, refresh=False): return self.core.accountManager.getAccountInfos(force=refresh) - def update_account(self, plugin, account, password, options=[]): + def update_account(self, plugin, account, password=None, options={}): """ create and update account """ self.core.accountManager.updateAccount(plugin, account, password, options) -- cgit v1.2.3