From 82e82b1cb7b6c991100bc59bd4ce46e56b22d0a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Tue, 14 Sep 2021 12:51:05 -0500 Subject: change path config --- settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'settings.py') 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) -- cgit v1.2.3