From b883e45bd29fd53cc318cf1abeda8fbcfeb69a22 Mon Sep 17 00:00:00 2001 From: Louie S Date: Sat, 16 Sep 2023 09:36:14 -0400 Subject: Editing groups is working --- globals.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'globals.py') diff --git a/globals.py b/globals.py index 040fe59..a9e4cf7 100644 --- a/globals.py +++ b/globals.py @@ -1,3 +1,3 @@ groups = [] entries = [] -max_group_id = 5 # TODO remove this, only a placeholder until database is implemented +max_group_id = 1 # TODO remove this, only a placeholder until database is implemented -- cgit