diff options
-rw-r--r-- | scrapersources/postliste-aas-kommune | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scrapersources/postliste-aas-kommune b/scrapersources/postliste-aas-kommune index f8ee9e2..8f350a1 100644 --- a/scrapersources/postliste-aas-kommune +++ b/scrapersources/postliste-aas-kommune @@ -158,5 +158,4 @@ for n in xrange(skiplimit): fetch_day(parser, newest + aday * n) for n in xrange(skiplimit): - print n fetch_day(parser, oldest - aday * n) |