Skip to content

Commit

Permalink
test: actually change the starting point
Browse files Browse the repository at this point in the history
  • Loading branch information
nickumia-reisys committed Jul 27, 2023
1 parent 67eb953 commit 10c8239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/geodatagov/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 10c8239

Please sign in to comment.