]> git.parisson.com Git - telecaster-cgi.git/commitdiff
no refresh now for video
authoryomguy <yomguy@parisson.com>
Mon, 13 Feb 2012 16:33:31 +0000 (17:33 +0100)
committeryomguy <yomguy@parisson.com>
Mon, 13 Feb 2012 16:33:31 +0000 (17:33 +0100)
webview.py

index e1abf50710c51983b3ce66b44b4212f4e678cb4d..94d365531377ae0c74834b11c35b1ae3d67a1d7b 100644 (file)
@@ -280,7 +280,7 @@ class WebView(FieldStorage):
         print "</form>"
         self.colophon()
         self.footer()
-    
+
     def stop_form(self, conference_dict, writing, casting):
         department = conference_dict['department']
         conference = conference_dict['conference']
@@ -290,7 +290,7 @@ class WebView(FieldStorage):
         self.mount_point ='_-_'.join([self.short_name,department,conference])+'.'+self.format
         self.writing = writing
         self.casting = casting
-        self.refresh = True
+        self.refresh = False
 
         self.header()
         self.sub_header()
@@ -317,7 +317,7 @@ class WebView(FieldStorage):
         print "</div>"
         print "</div>"
         print "</form>"
-        
+
         self.colophon()
         self.footer()