update of data path

This commit is contained in:
DYefremov
2020-02-12 13:51:40 +03:00
parent 99d17b36c3
commit f660beef16

View File

@@ -10,7 +10,7 @@ from textwrap import dedent
HOME_PATH = str(Path.home())
CONFIG_PATH = HOME_PATH + "/.config/demon-editor/"
CONFIG_FILE = CONFIG_PATH + "config.json"
DATA_PATH = HOME_PATH + "/data/"
DATA_PATH = HOME_PATH + "/DemonEditor/data/"
class Defaults(Enum):