auto-git:

[change] concept-maker_gui.py
This commit is contained in:
Victor Giers
2025-11-30 14:44:50 +01:00
parent 499bcd7090
commit 5ae69ed983

View File

@@ -2941,6 +2941,7 @@ class App(TkinterDnD.Tk): # type: ignore
"notes": self.notes.get("1.0", tk.END).strip(), "notes": self.notes.get("1.0", tk.END).strip(),
"concept": self.concept.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], "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": [{ "rephrase_variants": [{
"key": str(v.get("key") or ""), "key": str(v.get("key") or ""),
"label": str(v.get("label") or ""), "label": str(v.get("label") or ""),