summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2009-08-12 17:26:38 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2009-08-12 17:26:38 +0200
commitf5c3720a5cdfc93734733b4ac8aba79289197f8f (patch)
treefb39d1bdfec4999da9bc0b46dc731328d6fc54e8 /pyLoadCore.py
parentpycurl interface, need some testing (diff)
downloadpyload-f5c3720a5cdfc93734733b4ac8aba79289197f8f.tar.xz
time-, plugin fix, debug output
Diffstat (limited to 'pyLoadCore.py')
-rw-r--r--pyLoadCore.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py
index 8587aea5d..9577def74 100644
--- a/pyLoadCore.py
+++ b/pyLoadCore.py
@@ -197,6 +197,8 @@ class Core(object):
if start < now and end > now:
return True
+ elif start > end and (now > start or now < end):
+ return True
elif start < now and end < now and start > end:
return True
else: