diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-10-03 20:53:22 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-10-03 20:53:22 +0200 |
commit | 405aa7a9953481a39a4f08f3677fbe9e1523f997 (patch) | |
tree | a62686503ac94118b2f282c34c00512dabff0339 /pyLoadCore.py | |
parent | shareonline expire date fix (diff) | |
download | pyload-405aa7a9953481a39a4f08f3677fbe9e1523f997.tar.xz |
time settings for accounts
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) |