diff options
-rw-r--r-- | scrapersources/postliste-oep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scrapersources/postliste-oep b/scrapersources/postliste-oep index 6bd431f..24963d5 100644 --- a/scrapersources/postliste-oep +++ b/scrapersources/postliste-oep @@ -175,7 +175,7 @@ def fetch_oep_entry(id, datastorage): # print "Fetching %s" % oepurl try: html = scraperwiki.scrape(oepurl) - except urllib2.HTTPError, e + except urllib2.HTTPError, e: return -1 root = lxml.html.fromstring(html.decode('utf-8')) data = { 'journalPostId' : id } |