From f2ca02a9230621d0968b8df129051e332339b768 Mon Sep 17 00:00:00 2001 From: Louie S Date: Sat, 16 Sep 2023 09:36:14 -0400 Subject: Saving and loading entries working --- add_group_form.py | 1 - 1 file changed, 1 deletion(-) (limited to 'add_group_form.py') diff --git a/add_group_form.py b/add_group_form.py index dc83b89..f667b66 100644 --- a/add_group_form.py +++ b/add_group_form.py @@ -67,7 +67,6 @@ class addGroupForm(QDialog): return new_id = DB.insertGroup(Group(0, name_text, column_text, link_text)) - # TODO do the database stuff (this will allow us to get the id) Globals.groups.append(Group(new_id, name_text, column_text, link_text)) self.close() -- cgit