Skip to content

Commit

Permalink
Add temporary speedup again
Browse files Browse the repository at this point in the history
  • Loading branch information
Javex committed Sep 26, 2023
1 parent f641077 commit c360368
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

# Temporary speedup
break

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

Expand Down

0 comments on commit c360368

Please sign in to comment.