From 898a4b1fc1006e85355b34b677b91e5413dd5a86 Mon Sep 17 00:00:00 2001 From: mkaay Date: Fri, 7 May 2010 16:45:58 +0200 Subject: better rapidshare traffic share handling --- module/plugins/Account.py | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'module/plugins/Account.py') diff --git a/module/plugins/Account.py b/module/plugins/Account.py index 3588cd51e..ab3ad9ec5 100644 --- a/module/plugins/Account.py +++ b/module/plugins/Account.py @@ -39,6 +39,13 @@ class Account(): def login(self): pass + def getAccountInfo(self, name): + return { + "validuntil": None, + "login": None, + "trafficleft": None + } + def getAccountRequest(self, plugin): account = self.getAccountData(plugin) req = self.core.requestFactory.getRequest(self.__name__, account[0]) -- cgit v1.2.3