diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2016-10-02 00:21:39 +0200 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2016-10-02 00:21:39 +0200 |
commit | d3a1ec1b4ba87dae5dc4fe70278ad5ec5482b4e8 (patch) | |
tree | 9f0570eedfceba252197dd21616e5f22fbe64e85 | |
parent | db140a3793ad5d3af3f58f5897364e926d31cdea (diff) |
Quiet down scraper.
-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 |