]> git.parisson.com Git - teleforma.git/commitdiff
fix BBB title
authorYoan Le Clanche <yoanl@pilotsystems.net>
Mon, 26 Sep 2022 09:26:51 +0000 (11:26 +0200)
committerYoan Le Clanche <yoanl@pilotsystems.net>
Mon, 26 Sep 2022 09:26:51 +0000 (11:26 +0200)
teleforma/models/core.py

index 3b59783a4840d43cc9b84ea26d094d9bf5d1c804..684c47c1865521cd15aca4f597dafbee7c5c289d 100755 (executable)
@@ -770,7 +770,7 @@ class WebclassMixin(Model):
                     'moderatorPW':self.webclass_password,
                     'attendeePW':'pwattendee',
                     # 'maxParticipants':self.webclass_max_participants + 1,
-                    'welcome':"Pro-Barreau : Bienvenue sur la confĂ©rence \"%s\"." % (self.title.encode('utf-8'),),
+                    'welcome':"Pro-Barreau : Bienvenue sur la confĂ©rence \"%s\"." % (self.title,),
                     'record':True,
                     # 'autoStartRecording':True,
                     'muteOnStart':True,