Патч
Some checks failed
Build And Push / publish (push) Failing after 47s

This commit is contained in:
2025-10-20 10:00:02 +03:00
parent cb8b48fcca
commit e0d7ab5442

View File

@ -18,6 +18,7 @@ class TMK_API(AsyncClient):
self.logger = getLogger(__name__) self.logger = getLogger(__name__)
super().__init__( super().__init__(
base_url=settings.TMK_BASE_URL, base_url=settings.TMK_BASE_URL,
verify=False
) )
async def get_token(self): async def get_token(self):