From 601d494dcf6784b053b49cd499843fbc2bf0214e Mon Sep 17 00:00:00 2001 From: GloriousEggroll Date: Sun, 13 Apr 2025 14:41:19 -0600 Subject: [PATCH] whoops forgot this on cleanup --- src/flatpost.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/flatpost.py b/src/flatpost.py index e758043..8be4cd5 100755 --- a/src/flatpost.py +++ b/src/flatpost.py @@ -1471,7 +1471,6 @@ class MainWindow(Gtk.Window): # Define file paths json_path = app_data_dir / "collections_data.json" - subcategories_path = app_data_dir / "subcategories_data.json" # Load collections data try: