Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -206,7 +206,7 @@ def cors_proxy():
|
|
| 206 |
headers=headers,
|
| 207 |
data=request.get_data(),
|
| 208 |
params=forward_params,
|
| 209 |
-
timeout=
|
| 210 |
)
|
| 211 |
|
| 212 |
response = Response(resp.content, resp.status_code)
|
|
|
|
| 206 |
headers=headers,
|
| 207 |
data=request.get_data(),
|
| 208 |
params=forward_params,
|
| 209 |
+
timeout=300,
|
| 210 |
)
|
| 211 |
|
| 212 |
response = Response(resp.content, resp.status_code)
|