diff options
-rw-r--r-- | scrapersources/postliste-oep | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scrapersources/postliste-oep b/scrapersources/postliste-oep index 0bd802a..501ea51 100644 --- a/scrapersources/postliste-oep +++ b/scrapersources/postliste-oep @@ -391,8 +391,8 @@ reparse_strange_entries(datastorage) count = 10000 skiplimit = 500 -# Random value fairly close to the most recent ID when this project started 2012-05-03 -max = min = startid = 3889259 +# Random value fairly close to the most recent ID when this project started 2016-04-07 +max = min = startid = 16682410 try: max = scraperwiki.sqlite.select("max(journalPostId) as max from swdata")[0]["max"] if 0 < scraperwiki.sqlite.get_var('min_tested_id'): |