From 49a182b62bb107d6145b530ea1f7255e4e34e576 Mon Sep 17 00:00:00 2001 From: suti7yk5032 Date: Wed, 30 Oct 2024 23:39:31 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=91=E3=82=B9=E3=82=92os=E3=81=A7=E3=81=A8?= =?UTF-8?q?=E3=81=A3=E3=81=A6=E3=81=8F=E3=82=8B=E3=82=88=E3=81=86=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dislocker_client.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dislocker_client.py b/dislocker_client.py index f649ac5..e0cfb71 100644 --- a/dislocker_client.py +++ b/dislocker_client.py @@ -30,8 +30,8 @@ sp_startupinfo.wShowWindow = subprocess.SW_HIDE resource_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), "resource") config_dir_path = "./config/" client_config_path = config_dir_path + "client.json" -lang_dir_path = "./lang/" -lang_path = lang_dir_path + "lang_client.json" +lang_dir_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), "lang") +lang_path = lang_dir_path + "\\lang_client.json" if not os.path.isfile(client_config_path): if not os.path.isdir(config_dir_path):