From: yomguy Date: Fri, 20 Jan 2012 14:53:58 +0000 (+0100) Subject: fix local video X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=07f103572ae18134df930a75358b3e474ae7f1b3;p=telecaster-cgi.git fix local video --- diff --git a/webview.py b/webview.py index 619c2fd..e1abf50 100644 --- a/webview.py +++ b/webview.py @@ -150,7 +150,7 @@ class WebView(FieldStorage): def video(self): print "
" - print "" + print "" print "
" def hardware_data(self): @@ -281,11 +281,6 @@ class WebView(FieldStorage): self.colophon() self.footer() - def video(self): - print "
" - print "" - print "
" - def stop_form(self, conference_dict, writing, casting): department = conference_dict['department'] conference = conference_dict['conference']