From ca1c034012f15fcebf1cf918f578afbcfe028ea7 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Fri, 29 May 2009 20:47:03 +0200 Subject: little request fix --- Core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Core.py') 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): -- cgit v1.2.3