diff options
-rw-r--r-- | scrapersources/postliste-aas-kommune | 2 |
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!" |