]> git.parisson.com Git - telecaster-cgi.git/commitdiff
fix wrong title
authoryomguy <yomguy@parisson.com>
Fri, 26 Nov 2010 16:52:29 +0000 (16:52 +0000)
committeryomguy <yomguy@parisson.com>
Fri, 26 Nov 2010 16:52:29 +0000 (16:52 +0000)
telecaster.py

index 2b0138b5aad5766d8d5e168f5faf35d355f6049e..96f9668d93f0862d88a22f5ac8a6c7ee4fb28ff9 100755 (executable)
@@ -109,7 +109,8 @@ class TeleCaster:
                        self.conference_dict[data] = 'Inconnu'
                    else:
                        self.conference_dict[data] = value
-        
+           
+           self.conference_dict['title'] = self.title
             s = Station(self.conf_file, self.conference_dict, self.lock_file)
             s.start()
             time.sleep(1)