aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetter Reinholdtsen <pere@hungry.com>2016-09-26 16:04:15 +0200
committerPetter Reinholdtsen <pere@hungry.com>2016-09-26 16:04:15 +0200
commit8a96ae99c228480a67b9aad044a6b1847b79317a (patch)
tree6b20e6022661f1ce38a3bf209d2ebc2b2142b456
parentacc067b8b7c9f4234c87e1ac5d176b774c444a51 (diff)
Fix encoding problem with Ås kommune scraper.
-rw-r--r--scrapersources/postliste-aas-kommune2
1 files changed, 1 insertions, 1 deletions
diff --git a/scrapersources/postliste-aas-kommune b/scrapersources/postliste-aas-kommune
index 889f0db..742f6a0 100644
--- a/scrapersources/postliste-aas-kommune
+++ b/scrapersources/postliste-aas-kommune
@@ -21,7 +21,7 @@ from dateutil.relativedelta import relativedelta
scraperwiki.scrape("http://www.as.kommune.no/offentlig-journal-og-innsyn-i-arkiv.352152.no.html")
postlistelib=scraperwiki.swimport('postliste-python-lib')
-agency = "Ås kommune"
+agency = u'Ås kommune'
baseurl = "http://www.as.kommune.no"
print "Fetching public journal!"