Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -25,7 +25,7 @@ async def your_continuous_function():
|
|
25 |
|
26 |
# Initialize an empty DataFrame to store the combined data
|
27 |
combined_df = pd.DataFrame()
|
28 |
-
url = "
|
29 |
|
30 |
payload = {}
|
31 |
headers = {
|
|
|
25 |
|
26 |
# Initialize an empty DataFrame to store the combined data
|
27 |
combined_df = pd.DataFrame()
|
28 |
+
url = "https://dev3.api.curfox.parallaxtec.com/api/ml/order-metadata"
|
29 |
|
30 |
payload = {}
|
31 |
headers = {
|