Skip to content

Commit e041e33

Browse files
committed
Adding terminusx options for lession 7
1 parent 643d2a9 commit e041e33

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

getting_started/python-client/woql_query.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
from terminusdb_client import WOQLClient
44
from terminusdb_client import WOQLQuery as wq
55

6+
# For Terminus X, use the following
7+
# client = WOQLClient("https://cloud.terminusdb.com/<Your Team>/")
8+
# client.connect(db="demo_workshop", team="<Your Team>", use_token=True)
9+
610
client = WOQLClient("http://127.0.0.1:6363/")
711
client.connect(db="getting_started")
812

0 commit comments

Comments
 (0)