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