Skip to content

Commit 0d034bb

Browse files
author
Samuel Hassine
committedDec 19, 2019
[examples] Fix API URL
1 parent 2396446 commit 0d034bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎examples/create_indicator_of_campaign.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from pycti import OpenCTIApiClient
77

88
# Variables
9-
api_url = 'http://localhost:4000'
9+
api_url = 'https://demo.opencti.io'
1010
api_token = 'fa63eb1f-bf14-4777-9190-43b4571cbc8b'
1111

1212
# OpenCTI initialization

0 commit comments

Comments
 (0)