diff --git a/atlasbot/engine/answerer.py b/atlasbot/engine/answerer.py index 19b1636..fab840a 100644 --- a/atlasbot/engine/answerer.py +++ b/atlasbot/engine/answerer.py @@ -559,7 +559,7 @@ class AnswerEngine: count = _find_value(target, hw_line) nodes = _find_value(target, hw_nodes_line or "") if count: - if nodes: + if nodes and "(" not in count: reply = f"From the latest snapshot: {target}={count} ({nodes})." else: reply = f"From the latest snapshot: {target}={count}."