From: yomguy Date: Tue, 24 Jul 2012 23:15:34 +0000 (+0200) Subject: again X-Git-Tag: 0.8^2~11 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=eda168dda1c590acfb060f03e6cb95fcdf451f3b;p=teleforma.git again --- diff --git a/teleforma/views.py b/teleforma/views.py index f95a4627..c9b66faf 100755 --- a/teleforma/views.py +++ b/teleforma/views.py @@ -359,7 +359,7 @@ class ConferenceView(DetailView): if 'telecaster' in settings.INSTALLED_APPS: url = 'http://' + settings.TELECASTER_MASTER_SERVER + '/json/' s = ServiceProxy(url) - s.teleforma.stop_conference(conference.code) + s.teleforma.stop_conference(conference.public_id) @method_decorator(login_required) def dispatch(self, *args, **kwargs):