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 --- globals.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'globals.py') 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" -- cgit