New versioning, INN now is not requirement for FC
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user