From 1d26be43535c34b05513c92e700d5cc92610fa63 Mon Sep 17 00:00:00 2001 From: Louie S Date: Mon, 18 Sep 2023 13:46:56 -0400 Subject: Functional rules dialog and backend --- src/globals.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/globals.py') diff --git a/src/globals.py b/src/globals.py index 61c6156..bb6f717 100644 --- a/src/globals.py +++ b/src/globals.py @@ -1,3 +1,4 @@ groups = [] entries = [] -db_path = "./test.db" +rules = [] +db_path = "" -- cgit