summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--totem/plugin/ppstream.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/totem/plugin/ppstream.py b/totem/plugin/ppstream.py
index f8fb5c5..64409b7 100644
--- a/totem/plugin/ppstream.py
+++ b/totem/plugin/ppstream.py
@@ -579,7 +579,8 @@ class PPStream (totem.Plugin):
try:
result = self.ppslist.parseMovieList(cls, res, page)
except Exception, e:
- print "Couldn't parse movie list:", class_path, e
+ print_exc()
+ print "Couldn't parse movie list:", class_path
cls.parsing_movies = False
return result