mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-27 09:26:22 +02:00
Fix neo4j (#29)
* - Fix Neo4j memory - Fix neo4j query * Version to 0.7.6
This commit is contained in:
parent
8372ff0eb6
commit
e7c498be92
18 changed files with 229 additions and 229 deletions
|
|
@ -293,7 +293,7 @@ class Processor(ConsumerProducer):
|
|||
]
|
||||
|
||||
print("Send response...", flush=True)
|
||||
r = TriplesQueryResponse(triples=triples)
|
||||
r = TriplesQueryResponse(triples=triples, error=None)
|
||||
self.producer.send(r, properties={"id": id})
|
||||
|
||||
print("Done.", flush=True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue