Патч
All checks were successful
Build And Push / publish (push) Successful in 1m7s

This commit is contained in:
2025-10-20 09:58:05 +03:00
parent 6523a65dd5
commit cb8b48fcca

View File

@ -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',
},