Skip to content

Commit

Permalink
fix: #12
Browse files Browse the repository at this point in the history
  • Loading branch information
yihong0618 committed Sep 21, 2020
1 parent bf9e7d8 commit a3e04fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kb/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

DEFAULT_CONFIG = {
"PATH_KB": Path(Path.home(), ".kb"),
"PATH_KB_DB": Path(Path.home(), ".kb", "kb.db"),
"PATH_KB_DB": str(Path(Path.home(), ".kb", "kb.db")),
"PATH_KB_HIST": Path(Path.home(), ".kb", "recent.hist"),
"PATH_KB_DATA": Path(Path.home(), ".kb", "data"),
"PATH_KB_CONFIG": Path(Path.home(), ".kb", "kb.conf.py"), # for future use
Expand Down

0 comments on commit a3e04fc

Please sign in to comment.