updated config
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ class FetchQueueClient:
|
|||||||
response = requests.post(
|
response = requests.post(
|
||||||
self.url,
|
self.url,
|
||||||
json=payload,
|
json=payload,
|
||||||
verify=False,
|
verify=True,
|
||||||
timeout=20
|
timeout=20
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user