From 88a9c06be2af33e50621abc119c87dfd76928b24 Mon Sep 17 00:00:00 2001 From: yomguy <> Date: Fri, 25 Jun 2010 08:00:11 +0000 Subject: [PATCH] change dates --- station.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/station.py b/station.py index 5d6c49e..e3e10e5 100644 --- a/station.py +++ b/station.py @@ -4,7 +4,7 @@ """ telecaster - Copyright (c) 2006-2008 Guillaume Pellerin + Copyright (c) 2006-2010 Guillaume Pellerin # This software is governed by the CeCILL license under French law and # abiding by the rules of distribution of free software. You can use, @@ -127,7 +127,7 @@ class Station(Conference): self.jack_inputs = [] if 'jack' in self.conf: jack_inputs = self.conf['jack']['input'] - if len(jack_inputs) > 1: + if len(jack_inputs) > 1: for jack_input in jack_inputs: self.jack_inputs.append(jack_input['name']) else: -- 2.39.5