]> git.parisson.com Git - teleforma.git/commitdiff
debug
authoryomguy <yomguy@parisson.com>
Wed, 18 Jul 2012 22:48:50 +0000 (00:48 +0200)
committeryomguy <yomguy@parisson.com>
Wed, 18 Jul 2012 22:48:50 +0000 (00:48 +0200)
teleforma/views.py

index 8a5d82aa73676a24021fb51fb0badbc0c07a47bd..340a22a63c306c1184f238aeacc8111992a8f492 100755 (executable)
@@ -406,6 +406,7 @@ class ConferenceRecordView(FormView):
         return super(ConferenceRecordView, self).form_valid(form)
 
     def snapshot(self, url, dir):
+        print url
         img = urllib.urlopen(url)
         path = dir + os.sep + 'preview.webp'
         f = open(path, 'w')