atlasbot: fix fallback string

This commit is contained in:
Brad Stein 2026-02-01 04:48:54 -03:00
parent 9e15ced721
commit 54b18c1c84

View File

@ -411,7 +411,7 @@ class AnswerEngine:
best_line = line best_line = line
break break
best_line = best_line or metric_facts[0] best_line = best_line or metric_facts[0]
reply = f\"From the latest snapshot: {best_line}.\" reply = f"From the latest snapshot: {best_line}."
if plan.use_critic: if plan.use_critic:
if observer: if observer: