Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
royzhao committed Nov 5, 2024
1 parent b5bfa22 commit c82870f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion python/knext/knext/thinker/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,8 @@ def execute(self, subject="", predicate="", object="", mode="spo", params=""):

if __name__ == "__main__":
sc = ThinkerClient("http://127.0.0.1:8887", 2)
sc.execute(subject="DiseaseLevel", mode="node", params="{\"spg.reasoner.thinker.strict\": true, \"收缩压\":150}")
sc.execute(
subject="DiseaseLevel",
mode="node",
params="{\"spg.reasoner.thinker.strict\": true, \"收缩压\":150}",
)

0 comments on commit c82870f

Please sign in to comment.