From 1ec40e5cd5e6a44caa20759c184967c0ff59b372 Mon Sep 17 00:00:00 2001 From: yomguy Date: Thu, 19 Jul 2012 01:06:53 +0200 Subject: [PATCH] debug --- teleforma/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5