remove unused default config path

This commit is contained in:
Mike Fährmann
2019-03-04 20:53:58 +01:00
parent 26c4365baa
commit 1578013efc

View File

@@ -30,7 +30,6 @@ if os.name == "nt":
else:
_default_configs = [
"/etc/gallery-dl.conf",
"${HOME}/.config/gallery/config.json",
"${HOME}/.config/gallery-dl/config.json",
"${HOME}/.gallery-dl.conf",
]