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

Commit aea31ed

Browse files
author
Samuel Hassine
committed
[client] Change type of event
1 parent e8507f8 commit aea31ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pycti/connector/opencti_connector_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ def run(self):
309309
for msg in messages:
310310
if msg.event == "heartbeat" or msg.event == "connected":
311311
continue
312-
elif msg.event == "catch":
312+
elif msg.event == "sync":
313313
if msg.id is not None:
314314
state = self.helper.get_state()
315315
state["connectorLastEventId"] = str(msg.id)

0 commit comments

Comments
 (0)