]> git.parisson.com Git - teleforma.git/commitdiff
fix snapshot url
authorGuillaume Pellerin <yomguy@parisson.com>
Fri, 19 Jul 2013 15:33:44 +0000 (17:33 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Fri, 19 Jul 2013 15:33:44 +0000 (17:33 +0200)
teleforma/views/core.py

index 723ce695da1e98de5c40b28374c1d2010c0ae794..011a1b3d2370a7c098850c8899c3127839a93f75 100644 (file)
@@ -543,7 +543,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