From a6d0a1a80f90833066f0e52fee90338ba9bbfbf1 Mon Sep 17 00:00:00 2001 From: yomguy Date: Thu, 19 Jul 2012 01:09:05 +0200 Subject: [PATCH] fic snapshot --- teleforma/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teleforma/views.py b/teleforma/views.py index afc7b6bd..478c702b 100755 --- a/teleforma/views.py +++ b/teleforma/views.py @@ -401,7 +401,7 @@ class ConferenceRecordView(FormView): stream_type=type, streaming=True) stream.save() if server_type == 'stream-m': - time.sleep(5) + #FIXME: # self.snapshot(stream.snapshot_url, station.output_dir) self.snapshot('http://localhost:8080/snapshot/safe', station.output_dir) -- 2.39.5