updated
This commit is contained in:
+2
-2
@@ -11,8 +11,8 @@ class FetchQueueClient:
|
||||
response = requests.post(
|
||||
self.url,
|
||||
json=payload,
|
||||
verify=False,
|
||||
verify=False,
|
||||
timeout=20
|
||||
)
|
||||
response.raise_for_status()
|
||||
return response.json()
|
||||
return response.json()
|
||||
|
||||
Reference in New Issue
Block a user