Fix refactor mistake

This commit is contained in:
Isaac Shoebottom 2024-11-20 18:59:46 -04:00
parent 303219dfb1
commit 1762843ba4

View File

@ -2,7 +2,7 @@ import os.path
import tomlkit import tomlkit
local_path = os.path.abspath("config.toml") local_path = os.path.abspath("config.toml")
user_path = os.path.expanduser("~/.config/app/config.toml") user_path = os.path.expanduser("~/.config/daily-wallpaper/config.toml")
def default_settings(): def default_settings():
general = tomlkit.table() general = tomlkit.table()