From 23a78c13c0176cc9db27135bc3620170f514a95f Mon Sep 17 00:00:00 2001 From: mkaay Date: Thu, 5 Aug 2010 13:52:24 +0200 Subject: RapidshareCom premium --- module/plugins/Account.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'module/plugins/Account.py') diff --git a/module/plugins/Account.py b/module/plugins/Account.py index af1c4a383..3b18e563f 100644 --- a/module/plugins/Account.py +++ b/module/plugins/Account.py @@ -72,6 +72,9 @@ class Account(): account = self.accounts.items()[randrange(0, len(self.accounts), 1)] return account + def canUse(self): + return len(self.accounts) + def parseTraffic(self, string): #returns kbyte string = string.strip().lower() p = re.compile(r"(\d+[\.,]\d+)(.*)") -- cgit v1.2.3