Arafath10 commited on
Commit
5bc911e
·
verified ·
1 Parent(s): 7392dcc

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -37,7 +37,7 @@ async def your_continuous_function():
37
  count = count + 2
38
  print(count)
39
  # Loop through pages 1 to 4
40
- for page in range(1,10):
41
  try:
42
  # Update the payload for each page
43
  url = "https://dev3.api.curfox.parallaxtec.com/api/ml/order-list?sort=id&paginate=200&page="+str(page)
 
37
  count = count + 2
38
  print(count)
39
  # Loop through pages 1 to 4
40
+ for page in range(1,30):
41
  try:
42
  # Update the payload for each page
43
  url = "https://dev3.api.curfox.parallaxtec.com/api/ml/order-list?sort=id&paginate=200&page="+str(page)