From 10c8239398fe9dedddd6f74209b7f2ecd6c9dbc7 Mon Sep 17 00:00:00 2001 From: Nicholas Kumia Date: Thu, 27 Jul 2023 09:42:30 -0400 Subject: [PATCH] test: actually change the starting point --- ckanext/geodatagov/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ckanext/geodatagov/cli.py b/ckanext/geodatagov/cli.py index 361bd6d7..5f2baa7c 100644 --- a/ckanext/geodatagov/cli.py +++ b/ckanext/geodatagov/cli.py @@ -229,7 +229,7 @@ def sitemap_to_s3(upload_to_s3: bool, page_size: int, max_per_page: int): log.info("Nothing to process, exiting.") return - start = 0 + start = 140000 num_of_pages = (count // page_size) + 1