fix
This commit is contained in:
@@ -112,6 +112,9 @@ async def run_iteration(
|
||||
if result.ok:
|
||||
scene_text = result.data.get("scene_text", "")
|
||||
delta_time = result.data.get("delta_time", "hours_1")
|
||||
# Apply text replacements
|
||||
from app.core.settings_service import apply_text_replacements
|
||||
scene_text = await apply_text_replacements(db, scene_text)
|
||||
step.scene_text = scene_text
|
||||
step.scene_delta_time = delta_time
|
||||
await sse.emit("scene_complete", {
|
||||
|
||||
Reference in New Issue
Block a user