diff --git a/trustgraph-flow/trustgraph/tool_service/joke/service.py b/trustgraph-flow/trustgraph/tool_service/joke/service.py index a0adef66..e74f0790 100644 --- a/trustgraph-flow/trustgraph/tool_service/joke/service.py +++ b/trustgraph-flow/trustgraph/tool_service/joke/service.py @@ -147,7 +147,7 @@ class Processor(DynamicToolService): # Map topic to our categories if "program" in topic or "code" in topic or "computer" in topic or "software" in topic: category = "programming" - elif "animal" in topic or "dog" in topic or "cat" in topic or "bird" in topic: + elif "animal" in topic or "dog" in topic or "cat" in topic or "bird" in topic or "llama" in topic: category = "animals" elif "food" in topic or "eat" in topic or "cook" in topic or "drink" in topic: category = "food"