Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -31,9 +31,8 @@ def authorize(api_key):
|
|
| 31 |
print(f'{json.dumps(test_data)}')
|
| 32 |
response = requests.post(
|
| 33 |
"https://polrambora.com/api/v2/checkSDPA",
|
| 34 |
-
headers=test_headers,
|
| 35 |
json=test_data,
|
| 36 |
-
timeout=
|
| 37 |
)
|
| 38 |
|
| 39 |
print("Request sent!")
|
|
|
|
| 31 |
print(f'{json.dumps(test_data)}')
|
| 32 |
response = requests.post(
|
| 33 |
"https://polrambora.com/api/v2/checkSDPA",
|
|
|
|
| 34 |
json=test_data,
|
| 35 |
+
timeout=10
|
| 36 |
)
|
| 37 |
|
| 38 |
print("Request sent!")
|