Remove accidental inclusion

This commit is contained in:
zandercymatics 2024-01-22 15:19:28 -07:00
parent 3838be3960
commit 59486a922d
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -100,7 +100,6 @@ def write_body(
all_domain_infos = get_domain_infos(filter_condition, sort_fields)
# Reduce the memory overhead when performing the write operation
a1_start_time = time.time()
paginator = Paginator(all_domain_infos, 1000)
for page_num in paginator.page_range:
page = paginator.page(page_num)