Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
duckduckgrayduck authored Sep 26, 2024
1 parent 45d24c2 commit bb2665d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def main(self):

pages.append(dc_page)

page_chunk_size = 10 # Set your desired chunk size
page_chunk_size = 50 # Set your desired chunk size
for i in range(0, len(pages), page_chunk_size):
while True:
time.sleep(10)
Expand Down

0 comments on commit bb2665d

Please sign in to comment.