All query cases seemt to be working

This commit is contained in:
Cyber MacGeddon 2024-08-14 00:10:19 +01:00
parent 737bedc62a
commit 657b2801d3
2 changed files with 87 additions and 5 deletions

View file

@ -29,7 +29,7 @@ print("-- p ---------------------------")
resp = tq.request(None, "http://trustgraph.ai/e/landed", None, limit)
dump(resp)
print("-- p ---------------------------")
print("-- o ---------------------------")
resp = tq.request(None, None, "President", limit)
dump(resp)