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