Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jgstew committed Feb 27, 2024
1 parent a1440a9 commit 853e7a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/client_query_from_string.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ def main():
for item in json_result["result"]:
print(item)

# this is the client relevance we are going to get the results of:
client_relevance = "(computer names, operating systems)"

target_xml = (
Expand Down

0 comments on commit 853e7a0

Please sign in to comment.