From b4025edf0ac5400d4dd8c418a9a156c44e9c67f8 Mon Sep 17 00:00:00 2001 From: Louie S Date: Sat, 16 Sep 2023 09:36:14 -0400 Subject: Saving and loading working for groups --- assignment-list.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'assignment-list.py') diff --git a/assignment-list.py b/assignment-list.py index d5d436e..0fac895 100755 --- a/assignment-list.py +++ b/assignment-list.py @@ -51,7 +51,7 @@ class AssignmentList(QMainWindow): def setupDB(self): # TODO should check for existing db instead of blindly creating it - DB.CreateTables("/tmp/test.db") + DB.initDB() def displayWidgets(self): main_widget = QWidget(self) -- cgit