From: yomguy Date: Wed, 18 Jul 2012 22:48:50 +0000 (+0200) Subject: debug X-Git-Tag: 0.7-dev^2~72 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=8622334d54f9b9194335242b9e238c58c0847863;p=teleforma.git debug --- diff --git a/teleforma/views.py b/teleforma/views.py index 8a5d82aa..340a22a6 100755 --- a/teleforma/views.py +++ b/teleforma/views.py @@ -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')