mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-17 17:21:02 +02:00
All tests working
This commit is contained in:
parent
5e86a3c3ae
commit
629ab0d3ea
3 changed files with 27 additions and 7 deletions
|
|
@ -166,6 +166,9 @@ class Processor(ConsumerProducer):
|
|||
kind = v.id
|
||||
|
||||
try:
|
||||
|
||||
print(v.terms)
|
||||
|
||||
input = {
|
||||
k: json.loads(v)
|
||||
for k, v in v.terms.items()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue