|
@@ -18,6 +18,7 @@ async def request_for_fission_info(content_id: str) -> Dict:
|
|
url,
|
|
url,
|
|
json={"contentId": content_id},
|
|
json={"contentId": content_id},
|
|
headers={"Content-Type": "application/json"},
|
|
headers={"Content-Type": "application/json"},
|
|
|
|
+ timeout=5
|
|
) as response:
|
|
) as response:
|
|
response.raise_for_status()
|
|
response.raise_for_status()
|
|
return await response.json()
|
|
return await response.json()
|