Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit 37f43aa

Browse files
author
Samuel Hassine
committed
[client] Log the connector registration
1 parent faaec51 commit 37f43aa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pycti/connector/opencti_connector_helper.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,7 @@ def __init__(self, config: dict):
305305
self.connect_auto,
306306
)
307307
connector_configuration = self.api.connector.register(self.connector)
308+
logging.info("Connector registered with ID:" + self.connect_id)
308309
self.connector_id = connector_configuration["id"]
309310
self.work_id = None
310311
self.applicant_id = connector_configuration["connector_user"]["id"]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from setuptools import setup
66
from setuptools.command.install import install
77

8-
VERSION = "4.0.0"
8+
VERSION = "4.0.1"
99

1010
with open("README.md", "r") as fh:
1111
long_description = fh.read()

0 commit comments

Comments
 (0)