summaryrefslogtreecommitdiff
path: root/assignment-list.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
commitb4025edf0ac5400d4dd8c418a9a156c44e9c67f8 (patch)
treebc583aca1f81689790acfbfbabc43dd2ffd29499 /assignment-list.py
parente1c06206b38d5c6fdc603073c239c95e05d978d2 (diff)
Saving and loading working for groups
Diffstat (limited to 'assignment-list.py')
-rwxr-xr-xassignment-list.py2
1 files changed, 1 insertions, 1 deletions
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)