From cbde04eb7e037b9aa1251be898ca1f70c685c279 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sun, 30 Nov 2025 14:43:05 +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 6e41246..c8222a0 100644 --- a/concept-maker_gui.py +++ b/concept-maker_gui.py @@ -675,6 +675,7 @@ class App(TkinterDnD.Tk): # type: ignore # State self.files: List[Path] = [] + self.websites: List[str] = [] self.records: List[Record] = [] # Legacy fields kept but no longer used for per-session staging self.staging_dir: Optional[Path] = None