From: yomguy Date: Fri, 25 Jun 2010 08:00:11 +0000 (+0000) Subject: change dates X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=f1349e9bcb467549ccc5c15d1a29ed09f24f80ee;p=telecaster-cgi.git change dates --- 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: