From 09baad9bba1cc131f8cd4aba6daa197244600f21 Mon Sep 17 00:00:00 2001 From: Yoan Le Clanche Date: Mon, 26 Sep 2022 11:26:51 +0200 Subject: [PATCH] fix BBB title --- teleforma/models/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teleforma/models/core.py b/teleforma/models/core.py index 3b59783a..684c47c1 100755 --- a/teleforma/models/core.py +++ b/teleforma/models/core.py @@ -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, -- 2.39.5