updated config

This commit is contained in:
2026-06-12 21:57:05 +05:30
parent 63c03aa21c
commit 4ae12cfd82
+1 -1
View File
@@ -15,7 +15,7 @@ class FetchQueueClient:
response = requests.post(
self.url,
json=payload,
verify=False,
verify=True,
timeout=20
)