diff options
Diffstat (limited to 'pyload/plugin/Account.py')
-rw-r--r-- | pyload/plugin/Account.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/pyload/plugin/Account.py b/pyload/plugin/Account.py index 09dd90ad0..6a3eddc5b 100644 --- a/pyload/plugin/Account.py +++ b/pyload/plugin/Account.py @@ -63,8 +63,6 @@ class Account(Base): @lock - - def _login(self, user, data): # set timestamp for login self.timestamps[user] = time() @@ -139,8 +137,6 @@ class Account(Base): @lock - - def getAccountInfo(self, name, force=False): """retrieve account infos for an user, do **not** overwrite this method!\\ just use it to retrieve infos in hoster plugins. see `loadAccountInfo` @@ -299,8 +295,6 @@ class Account(Base): @lock - - def checkLogin(self, user): """ checks if user is still logged in """ if user in self.timestamps: |