Fixed env
This commit is contained in:
@@ -16,7 +16,7 @@ class FocusCompliance(Request):
|
||||
inn=inn,
|
||||
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:
|
||||
current_datetime = datetime.now().strftime('%d-%m-%Y_%H-%M')
|
||||
|
||||
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
||||
|
||||
setup(
|
||||
name="kontur_focus",
|
||||
version="0.2.1",
|
||||
version="0.2.2",
|
||||
author="Ilya Sapunov",
|
||||
author_email="sapunov@selectel.ru",
|
||||
description="Библиотека-обертка для взаимодействия с REST API Контур.Фокус и Фокус.Комплаенс",
|
||||
|
||||
Reference in New Issue
Block a user