diff options
-rw-r--r-- | scrapersources/postliste-halden | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scrapersources/postliste-halden b/scrapersources/postliste-halden index 2b318a5..ca277ca 100644 --- a/scrapersources/postliste-halden +++ b/scrapersources/postliste-halden @@ -91,7 +91,7 @@ def test_small_pdfs(parser): errors = [] parser = postlistelib.PDFJournalParser(agency=agency) -parser.debug = True +#parser.debug = True #test_small_pdfs(parser) process_page_queue(parser, errors) |