diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-05-29 20:47:03 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-05-29 20:47:03 +0200 |
commit | ca1c034012f15fcebf1cf918f578afbcfe028ea7 (patch) | |
tree | 16e4f590aed0fe5498add0bb880bd4367eaffdbd /Core.py | |
parent | requestobject and working interface to the core (diff) | |
download | pyload-ca1c034012f15fcebf1cf918f578afbcfe028ea7.tar.xz |
little request fix
Diffstat (limited to 'Core.py')
-rw-r--r-- | Core.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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): |