Index: channels/timer.py ================================================================== --- channels/timer.py +++ channels/timer.py @@ -134,11 +134,11 @@ activity, action_method = "play", self.play # add task = self.sched.add_daytime_task(action_method, activity, days, None, time, kronos.method.threaded, [row], {}) - #log.QUEUE( act, self.sched, (action_method, act, days, None, time, kronos.method.threaded, [row], {}), task.get_schedule_time(True) ) + log.QUEUE( activity, self.sched, (action_method, activity, days, None, time, kronos.method.threaded, [row], {}), task.get_schedule_time(True) ) # converts Mon,Tue,... into numberics 1-7 def days(self, s): @@ -174,11 +174,11 @@ listformat = row.get("listformat","href"), ) # action wrapper def record(self, row, *args, **kwargs): - #log.TIMER("TIMED RECORD", *args) + log.TIMER("TIMED RECORD", *args) # extra params duration = self.duration(row.get(self.timefield)) if duration: append = " -a %S.%d.%q -l "+str(duration*60) # make streamripper record a whole broadcast