diff options
-rw-r--r-- | scrapersources/postliste-oslo-kommune-byraadsavdelingene | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scrapersources/postliste-oslo-kommune-byraadsavdelingene b/scrapersources/postliste-oslo-kommune-byraadsavdelingene index 2981780..c02e36d 100644 --- a/scrapersources/postliste-oslo-kommune-byraadsavdelingene +++ b/scrapersources/postliste-oslo-kommune-byraadsavdelingene @@ -101,7 +101,7 @@ def parse_day_html(parser, datastore, dayurl, html): dayfirst=True).date() parser.verify_entry(data) datastore.append(data) - print data +# print data return count |