Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -30,7 +30,6 @@ def authorize(api_key):
|
|
| 30 |
response = requests.post(
|
| 31 |
"https://host.palple.polrambora.com/check_key_impv",
|
| 32 |
json=test_data,
|
| 33 |
-
timeout=10
|
| 34 |
)
|
| 35 |
|
| 36 |
print("Request sent!")
|
|
|
|
| 30 |
response = requests.post(
|
| 31 |
"https://host.palple.polrambora.com/check_key_impv",
|
| 32 |
json=test_data,
|
|
|
|
| 33 |
)
|
| 34 |
|
| 35 |
print("Request sent!")
|