From e0e98b93ac94f2c0c4e2399744a86d9e7f2463bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A0=D0=B8=D0=BD=D0=B0=D1=80=20=D0=9C=D0=B8=D1=80=D0=B7?= =?UTF-8?q?=D0=B0=D0=B3=D0=B8=D1=82=D0=BE=D0=B2?= Date: Thu, 18 Jun 2026 12:11:10 +0000 Subject: [PATCH] Solution ready for publishing: update main.py --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 735581a..9793ae4 100644 --- a/main.py +++ b/main.py @@ -107,7 +107,7 @@ builder.add_conditional_edges( builder.add_conditional_edges( "rewrite", lambda state: "reflect" if state["round"] < state["max_rounds"] else END, - {"reflect": "reflect", "END": END} + {"reflect": "reflect", END: END} ) graph = builder.compile()