aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scrapersources/postliste-oslo-kommune-byraadsavdelingene2
1 files changed, 1 insertions, 1 deletions
diff --git a/scrapersources/postliste-oslo-kommune-byraadsavdelingene b/scrapersources/postliste-oslo-kommune-byraadsavdelingene
index c02e36d..b0c0d30 100644
--- a/scrapersources/postliste-oslo-kommune-byraadsavdelingene
+++ b/scrapersources/postliste-oslo-kommune-byraadsavdelingene
@@ -95,7 +95,7 @@ def parse_day_html(parser, datastore, dayurl, html):
raise Exception("unknown field %s in %s" % (field, dayurl))
if value and '' != value:
data[field] = value
- for field in ['docdate', 'journaldate']:
+ for field in ['docdate', 'recorddate']:
if field in data:
data[field] = dateutil.parser.parse(data[field],
dayfirst=True).date()