diff options
author | Petter Reinholdtsen <pere@scraper.nuug.no> | 2014-11-28 15:25:03 +0100 |
---|---|---|
committer | Petter Reinholdtsen <pere@scraper.nuug.no> | 2014-11-28 15:25:03 +0100 |
commit | 86e44b3f761841374b11e9f9efde0a2ce55c4999 (patch) | |
tree | 1349b4cebb704ff5daf5fbb0fcfafc9279453768 | |
parent | 922c8bae5a8fb9dc0434e91c6fcb68af4862a072 (diff) |
Add encoding to avoid confusing python.
-rw-r--r-- | scrapersources/postliste-arendal | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scrapersources/postliste-arendal b/scrapersources/postliste-arendal index 5960033..a952b63 100644 --- a/scrapersources/postliste-arendal +++ b/scrapersources/postliste-arendal @@ -1,3 +1,5 @@ +# coding=utf-8 + import scraperwiki import json |