Skip to content

Commit 6af8491

Browse files
authored
Update 01_client_setup_and_queries.py
1 parent 70ab400 commit 6af8491

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/01_client_setup_and_queries.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def basic_query_examples(j1):
5757

5858
# 4. Tree query
5959
print("4. Tree query for host relationships:")
60-
j1.query_v1(query='FIND Host with displayName = "server-001" THAT RELATES TO *RETURN TREE')
60+
j1.query_v1(query='FIND Host with displayName = "server-001" THAT RELATES TO * RETURN TREE')
6161
print(f"Tree query completed\n")
6262

6363
# 5. Query with deleted entities
@@ -184,4 +184,4 @@ def main():
184184
print("- JUPITERONE_SYNC_URL (optional)")
185185

186186
if __name__ == "__main__":
187-
main()
187+
main()

0 commit comments

Comments
 (0)