author | Pawel Solyga <Pawel.Solyga@gmail.com> |
Wed, 04 Mar 2009 21:15:38 +0000 | |
changeset 1656 | 9ffee5d1fe17 |
parent 1655 | ed1df29f4fd9 |
child 1657 | 77832a2171af |
--- 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'