Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ def authorize(api_key):
|
|
27 |
try:
|
28 |
print(f"Request Data: {test_data}")
|
29 |
print(f"Request Headers: {test_headers}")
|
30 |
-
|
31 |
response = requests.post(
|
32 |
"https://polrambora.com/api/v2/checkSDPA",
|
33 |
headers=test_headers,
|
|
|
27 |
try:
|
28 |
print(f"Request Data: {test_data}")
|
29 |
print(f"Request Headers: {test_headers}")
|
30 |
+
print(f'{json.dumps(test_data)}')
|
31 |
response = requests.post(
|
32 |
"https://polrambora.com/api/v2/checkSDPA",
|
33 |
headers=test_headers,
|