aboutsummaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-09-14 12:51:05 -0500
committerJesús <heckyel@hyperbola.info>2021-09-14 12:51:05 -0500
commit82e82b1cb7b6c991100bc59bd4ce46e56b22d0a1 (patch)
treed030394f23a829c625266f920cec44217b2384a6 /settings.py
parentf129cfcc9a2d781032b2ad1aa0307d77c839b6bb (diff)
downloadyt-local-82e82b1cb7b6c991100bc59bd4ce46e56b22d0a1.tar.lz
yt-local-82e82b1cb7b6c991100bc59bd4ce46e56b22d0a1.tar.xz
yt-local-82e82b1cb7b6c991100bc59bd4ce46e56b22d0a1.zip
change path config
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/settings.py b/settings.py
index d222aa9..77fe3fa 100644
--- a/settings.py
+++ b/settings.py
@@ -390,8 +390,8 @@ if os.path.isfile("settings.txt"):
data_dir = os.path.normpath('./data')
else:
print("Running in non-portable mode")
- settings_dir = os.path.expanduser(os.path.normpath("~/.youtube-local"))
- data_dir = os.path.expanduser(os.path.normpath("~/.youtube-local/data"))
+ settings_dir = os.path.expanduser(os.path.normpath("~/.yt-local"))
+ data_dir = os.path.expanduser(os.path.normpath("~/.yt-local/data"))
if not os.path.exists(settings_dir):
os.makedirs(settings_dir)