From 88285bb6295e9784c908c437bc11a17ff5d116d7 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Fri, 19 Jul 2013 17:33:44 +0200 Subject: [PATCH] fix snapshot url --- teleforma/views/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teleforma/views/core.py b/teleforma/views/core.py index 6c70de03..8c4f23ee 100644 --- a/teleforma/views/core.py +++ b/teleforma/views/core.py @@ -539,7 +539,7 @@ class ConferenceRecordView(FormView): stream.save() if server_type == 'stream-m': try: - self.snapshot('http://localhost:8080/snapshot/safe', station.output_dir) + self.snapshot('http://localhost:8080/snapshot/monitor', station.output_dir) except: pass -- 2.39.5