Arafath10 commited on
Commit
edc2b1b
·
verified ·
1 Parent(s): 67b96fc

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -2
main.py CHANGED
@@ -37,10 +37,10 @@ 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,count):
41
  try:
42
  # Update the payload for each page
43
- url = "https://dev3.api.curfox.parallaxtec.com/api/ml/order-list?sort=id&paginate=2000&page="+str(page)
44
 
45
  payload = {}
46
  headers = {
 
37
  count = count + 2
38
  print(count)
39
  # Loop through pages 1 to 4
40
+ for page in range(1,2):
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)
44
 
45
  payload = {}
46
  headers = {