diff options
author | spoob <spoob@gmx.de> | 2009-05-28 23:15:10 +0200 |
---|---|---|
committer | spoob <spoob@gmx.de> | 2009-05-28 23:15:10 +0200 |
commit | a1057b7cb56c45b5086d9c7bcdac2cbec1d508b2 (patch) | |
tree | 8942dbbbc72108c0892b0db941cffe2fb191c084 /Core.py | |
parent | rapidshare premium fix (diff) | |
download | pyload-a1057b7cb56c45b5086d9c7bcdac2cbec1d508b2.tar.xz |
premium and free download works with rapidshare
Diffstat (limited to 'Core.py')
-rw-r--r-- | Core.py | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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): |