From f5c3720a5cdfc93734733b4ac8aba79289197f8f Mon Sep 17 00:00:00 2001 From: RaNaN Date: Wed, 12 Aug 2009 17:26:38 +0200 Subject: time-, plugin fix, debug output --- pyLoadCore.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pyLoadCore.py') 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: -- cgit v1.2.3