diff options
author | Louie S <louie@example.com> | 2023-09-16 09:36:14 -0400 |
---|---|---|
committer | Louie S <louie@example.com> | 2023-09-16 09:36:14 -0400 |
commit | f4695b37ed6280782d4d088fdf7a939dfb199756 (patch) | |
tree | adb36957825e96698685ed713f202ddd28dcb352 /globals.py | |
parent | f52c158655f1c8623b7bd73716606e0ea6a7bfaf (diff) |
Fix entry text selection properties
Diffstat (limited to 'globals.py')
-rw-r--r-- | globals.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ groups = [] entries = [] -db_path = "/tmp/test.db" +db_path = "./test.db" |