Loading src/nbi/service/context_subscription/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ vnt_manager_client: VNTManagerClient = VNTManagerClient() context_client: ContextClient = ContextClient() ALL_HOSTS = "0.0.0.0" WS_E2E_PORT = str(get_setting('WS_E2E_PORT', default='8762')) WS_E2E_PORT = int(get_setting('WS_E2E_PORT', default='8762')) LOGGER = logging.getLogger(__name__) Loading Loading
src/nbi/service/context_subscription/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ vnt_manager_client: VNTManagerClient = VNTManagerClient() context_client: ContextClient = ContextClient() ALL_HOSTS = "0.0.0.0" WS_E2E_PORT = str(get_setting('WS_E2E_PORT', default='8762')) WS_E2E_PORT = int(get_setting('WS_E2E_PORT', default='8762')) LOGGER = logging.getLogger(__name__) Loading