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
commitf4695b37ed6280782d4d088fdf7a939dfb199756 (patch)
treeadb36957825e96698685ed713f202ddd28dcb352 /globals.py
parentf52c158655f1c8623b7bd73716606e0ea6a7bfaf (diff)
Fix entry text selection properties
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 72b0e74..61c6156 100644
--- a/globals.py
+++ b/globals.py
@@ -1,3 +1,3 @@
groups = []
entries = []
-db_path = "/tmp/test.db"
+db_path = "./test.db"