atlasbot: fix fallback string
This commit is contained in:
parent
9e15ced721
commit
54b18c1c84
@ -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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user