Spaces:
Sleeping
Sleeping
Update main.py
Browse files
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,
|
41 |
try:
|
42 |
# Update the payload for each page
|
43 |
-
url = "https://dev3.api.curfox.parallaxtec.com/api/ml/order-list?sort=id&paginate=
|
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 = {
|