From e0d7ab544282b79397d53f915128edbbf10ae20b Mon Sep 17 00:00:00 2001 From: Miwory Date: Mon, 20 Oct 2025 10:00:02 +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/tmk/api.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/clients/tmk/api.py b/src/clients/tmk/api.py index 5ebf38c..8784808 100644 --- a/src/clients/tmk/api.py +++ b/src/clients/tmk/api.py @@ -18,6 +18,7 @@ class TMK_API(AsyncClient): self.logger = getLogger(__name__) super().__init__( base_url=settings.TMK_BASE_URL, + verify=False ) async def get_token(self):