Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -30,7 +30,7 @@ def authorize(api_key):
|
|
| 30 |
print(f"Request Headers: {test_headers}")
|
| 31 |
|
| 32 |
response = requests.post(
|
| 33 |
-
"https://
|
| 34 |
headers=test_headers,
|
| 35 |
data=json.dumps(test_data),
|
| 36 |
timeout=10
|
|
|
|
| 30 |
print(f"Request Headers: {test_headers}")
|
| 31 |
|
| 32 |
response = requests.post(
|
| 33 |
+
"https://example.com/",
|
| 34 |
headers=test_headers,
|
| 35 |
data=json.dumps(test_data),
|
| 36 |
timeout=10
|