Fix refactor mistake
This commit is contained in:
parent
303219dfb1
commit
1762843ba4
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user