From 2db634796bd5426c11f7849ce480265091f128c8 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Mon, 13 Apr 2015 17:34:59 +0200 Subject: Cleanup (2) --- pyload/plugin/Account.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'pyload/plugin/Account.py') 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: -- cgit v1.2.3