app/soc/logic/validate.py
changeset 1656 9ffee5d1fe17
parent 1532 ea80be783971
--- a/app/soc/logic/validate.py	Wed Mar 04 21:15:01 2009 +0000
+++ b/app/soc/logic/validate.py	Wed Mar 04 21:15:38 2009 +0000
@@ -44,7 +44,7 @@
 
   try:
     result = urlfetch.fetch(feed_url)
-  except urlfetch_errors.Error, e:
+  except urlfetch_errors.Error:
     return False
 
   # 200 is the status code for 'all ok'