diff options
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-x | pyLoadCore.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) |