summaryrefslogtreecommitdiffstats
path: root/Core.py
diff options
context:
space:
mode:
authorGravatar spoob <spoob@gmx.de> 2009-05-28 23:15:10 +0200
committerGravatar spoob <spoob@gmx.de> 2009-05-28 23:15:10 +0200
commita1057b7cb56c45b5086d9c7bcdac2cbec1d508b2 (patch)
tree8942dbbbc72108c0892b0db941cffe2fb191c084 /Core.py
parentrapidshare premium fix (diff)
downloadpyload-a1057b7cb56c45b5086d9c7bcdac2cbec1d508b2.tar.xz
premium and free download works with rapidshare
Diffstat (limited to 'Core.py')
-rw-r--r--Core.py3
1 files changed, 0 insertions, 3 deletions
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):