From 4ae12cfd828d06031e2ef2e9b56520a8484cfaeb Mon Sep 17 00:00:00 2001 From: Bishwajeet Kumar Rajak Date: Fri, 12 Jun 2026 21:57:05 +0530 Subject: [PATCH] updated config --- api/api_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/api_client.py b/api/api_client.py index 3bc31c5..ad7d66b 100644 --- a/api/api_client.py +++ b/api/api_client.py @@ -15,7 +15,7 @@ class FetchQueueClient: response = requests.post( self.url, json=payload, - verify=False, + verify=True, timeout=20 )