summaryrefslogtreecommitdiff
path: root/add_group_form.py
diff options
context:
space:
mode:
authorLouie S <louie@example.com>2023-09-16 09:36:14 -0400
committerLouie S <louie@example.com>2023-09-16 09:36:14 -0400
commitf2ca02a9230621d0968b8df129051e332339b768 (patch)
tree723646b246c29f5bab7d652f7625ffef130b9ff0 /add_group_form.py
parentb4025edf0ac5400d4dd8c418a9a156c44e9c67f8 (diff)
Saving and loading entries working
Diffstat (limited to 'add_group_form.py')
-rw-r--r--add_group_form.py1
1 files changed, 0 insertions, 1 deletions
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()