From: yomguy Date: Wed, 18 Jul 2012 23:06:53 +0000 (+0200) Subject: debug X-Git-Tag: 0.7-dev^2~68 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=1ec40e5cd5e6a44caa20759c184967c0ff59b372;p=teleforma.git debug --- diff --git a/teleforma/views.py b/teleforma/views.py index 2d321af4..afc7b6bd 100755 --- a/teleforma/views.py +++ b/teleforma/views.py @@ -403,7 +403,7 @@ class ConferenceRecordView(FormView): if server_type == 'stream-m': time.sleep(5) # self.snapshot(stream.snapshot_url, station.output_dir) - self.snapshot('http://localhost:8080/consume/safe', station.output_dir) + self.snapshot('http://localhost:8080/snapshot/safe', station.output_dir) return super(ConferenceRecordView, self).form_valid(form)