summaryrefslogtreecommitdiff
path: root/globals.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 /globals.py
parente1c06206b38d5c6fdc603073c239c95e05d978d2 (diff)
Saving and loading working for groups
Diffstat (limited to 'globals.py')
-rw-r--r--globals.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/globals.py b/globals.py
index a9e4cf7..72b0e74 100644
--- a/globals.py
+++ b/globals.py
@@ -1,3 +1,3 @@
groups = []
entries = []
-max_group_id = 1 # TODO remove this, only a placeholder until database is implemented
+db_path = "/tmp/test.db"