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

Commit 0cd68dd

Browse files
author
Samuel Hassine
committed
[examples] Fix the address of the export example
1 parent 08e374f commit 0cd68dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/export_report_stix2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from pycti import OpenCTIApiClient
55

66
# Variables
7-
api_url = 'http://localhost:4000'
7+
api_url = 'https://demo.opencti.io'
88
api_token = 'c2d944bb-aea6-4bd6-b3d7-6c10451e2256'
99

1010
# OpenCTI initialization

0 commit comments

Comments
 (0)