New versioning, INN now is not requirement for FC

This commit is contained in:
2025-09-30 11:17:14 +03:00
parent 9a9ffda4ac
commit 1be43c827f
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ class FocusCompliance(Request):
_basedir = os.path.abspath(os.path.dirname(__file__))
_focus_base_url = None
def __init__(self, inn: str, ogrn: str = None):
def __init__(self, inn: str = None, ogrn: str = None):
load_dotenv()
super().__init__(
base_url=os.environ.get('FOCUS_COMPLIANCE_BASE_URL'),