Skip to content

Commit

Permalink
Add temporary break to only fetch one page each
Browse files Browse the repository at this point in the history
  • Loading branch information
Javex committed Sep 26, 2023
1 parent caa29a6 commit 51a29c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions woolies.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ def get_category(self, cat_id):
# We're done
break

# Temp: Only get one page
break

# Not done, go to next page
request_data['pageNumber'] += 1

Expand Down

0 comments on commit 51a29c3

Please sign in to comment.