From a1057b7cb56c45b5086d9c7bcdac2cbec1d508b2 Mon Sep 17 00:00:00 2001 From: spoob Date: Thu, 28 May 2009 23:15:10 +0200 Subject: premium and free download works with rapidshare --- Core.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'Core.py') diff --git a/Core.py b/Core.py index 5f194fdc3..a314c0a03 100644 --- a/Core.py +++ b/Core.py @@ -199,9 +199,6 @@ class Core(object): #@todo: doesnt work at the moment hour, minute = time.localtime()[3:5] - print start_h, start_m, end_h, end_m - print hour, minute - if hour > int(start_h) and hour < int(end_h): return True elif hour == int(start_h) and minute >= int(start_m): -- cgit v1.2.3