Fix neo4j (#29)

* - Fix Neo4j memory
- Fix neo4j query

* Version to 0.7.6
This commit is contained in:
cybermaggedon 2024-08-23 12:49:42 +01:00 committed by GitHub
parent 8372ff0eb6
commit e7c498be92
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 229 additions and 229 deletions

View file

@ -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)