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
commitb883e45bd29fd53cc318cf1abeda8fbcfeb69a22 (patch)
tree61e887edebd75bac3987527ce8fee86f34a3edc6 /globals.py
parent1a266e4159976d2753d8dbd787fc8155ba321859 (diff)
Editing groups is working
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 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