diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2016-03-26 22:57:34 +0100 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2016-03-26 22:57:34 +0100 |
commit | 889fc09ed62f98f1b30507efd5777ca1e05c5b6e (patch) | |
tree | d5b4e0935819ef3ece10418352a68b05249456e0 | |
parent | 6f821063a0b79b0b59befded7edec7195384dbda (diff) |
Typo.
-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 } |