From cb8b48fcca4ca86efe732731b97e1ec351268481 Mon Sep 17 00:00:00 2001 From: Miwory Date: Mon, 20 Oct 2025 09:58:05 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=B0=D1=82=D1=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/clients/tdn/api.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/clients/tdn/api.py b/src/clients/tdn/api.py index 7f0f6f1..5c6c477 100644 --- a/src/clients/tdn/api.py +++ b/src/clients/tdn/api.py @@ -16,6 +16,7 @@ class TDN_API(AsyncClient): self.logger = getLogger(__name__) super().__init__( base_url=settings.TDN_BASE_URL, + verify=False, headers={ 'Content-Type': 'application/json', },