All tests working

This commit is contained in:
Cyber MacGeddon 2024-10-26 16:20:59 +01:00
parent 5e86a3c3ae
commit 629ab0d3ea
3 changed files with 27 additions and 7 deletions

View file

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