From 5ae69ed983ab138b9028029b7ab5b71ab458601f Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sun, 30 Nov 2025 14:44:50 +0100 Subject: [PATCH] auto-git: [change] concept-maker_gui.py --- concept-maker_gui.py | 1 + 1 file changed, 1 insertion(+) diff --git a/concept-maker_gui.py b/concept-maker_gui.py index 4a87e60..c8dbccc 100644 --- a/concept-maker_gui.py +++ b/concept-maker_gui.py @@ -2941,6 +2941,7 @@ class App(TkinterDnD.Tk): # type: ignore "notes": self.notes.get("1.0", tk.END).strip(), "concept": self.concept.get("1.0", tk.END).strip(), "files": [{"path": str(p), "include": bool(self.include_map.get(str(p), True))} for p in self.files], + "websites": [{"url": str(u), "include": bool(self.include_map.get(str(u), True))} for u in self.websites], "rephrase_variants": [{ "key": str(v.get("key") or ""), "label": str(v.get("label") or ""),