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

Commit ad9ca6a

Browse files
committed
[Client-python] Fix last run in run and terminate
1 parent fcaabdf commit ad9ca6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pycti/connector/opencti_connector_helper.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1364,9 +1364,9 @@ def schedule_process(
13641364
if not check_connector_buffering:
13651365
# Start running the connector
13661366
message_callback()
1367-
# Lets you know what is the last run of the connector datetime
1368-
self.last_run_datetime()
13691367

1368+
# Lets you know what is the last run of the connector datetime
1369+
self.last_run_datetime()
13701370
self.connector_logger.info("[INFO] Closing run and terminate")
13711371
self.force_ping()
13721372
sys.exit(0)

0 commit comments

Comments
 (0)