Fixed env
This commit is contained in:
@@ -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')
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -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 Контур.Фокус и Фокус.Комплаенс",
|
||||||
|
|||||||
Reference in New Issue
Block a user