summaryrefslogtreecommitdiffstats
path: root/Core.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2009-05-29 20:47:03 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2009-05-29 20:47:03 +0200
commitca1c034012f15fcebf1cf918f578afbcfe028ea7 (patch)
tree16e4f590aed0fe5498add0bb880bd4367eaffdbd /Core.py
parentrequestobject and working interface to the core (diff)
downloadpyload-ca1c034012f15fcebf1cf918f578afbcfe028ea7.tar.xz
little request fix
Diffstat (limited to 'Core.py')
-rw-r--r--Core.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Core.py b/Core.py
index b7fe7d079..1d7e1e436 100644
--- a/Core.py
+++ b/Core.py
@@ -200,7 +200,7 @@ class Core(object):
start_h, start_m = self.config['start'].split(":")
end_h, end_m = self.config['end'].split(":")
- #@todo: doesnt work at the moment
+ #@todo: little bug, when start and end time in same hour
hour, minute = time.localtime()[3:5]
if hour > int(start_h) and hour < int(end_h):