Fixed env

This commit is contained in:
2025-03-18 15:34:14 +03:00
parent 63981e9630
commit 990508eb32
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ class FocusCompliance(Request):
inn=inn, inn=inn,
ogrn=ogrn ogrn=ogrn
) )
self._focus_base_url = f'/banks/{os.environ.get('FOCUS_COMPLIANCE_BANK_ID')}' self._focus_base_url = f"/banks/{os.environ.get('FOCUS_COMPLIANCE_BANK_ID')}"
def _save_file(self, filename: str, content, file_type: str = 'pdf', path: str = None) -> dict: def _save_file(self, filename: str, content, file_type: str = 'pdf', path: str = None) -> dict:
current_datetime = datetime.now().strftime('%d-%m-%Y_%H-%M') current_datetime = datetime.now().strftime('%d-%m-%Y_%H-%M')

View File

@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup( setup(
name="kontur_focus", name="kontur_focus",
version="0.2.1", version="0.2.2",
author="Ilya Sapunov", author="Ilya Sapunov",
author_email="sapunov@selectel.ru", author_email="sapunov@selectel.ru",
description="Библиотека-обертка для взаимодействия с REST API Контур.Фокус и Фокус.Комплаенс", description="Библиотека-обертка для взаимодействия с REST API Контур.Фокус и Фокус.Комплаенс",