Fix invocation

This commit is contained in:
Cyber MacGeddon 2026-03-04 14:20:33 +00:00
parent 306ffd3dfa
commit ade19c7d4b

View file

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