From 83a901505b3453d1f2146dddbb404cf5a21b8582 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=A0=95=ED=9B=88=20=EB=B3=80?= Date: Thu, 25 Jul 2024 11:54:14 +0900 Subject: [PATCH] =?UTF-8?q?json=20=ED=8C=8C=EC=9D=BC=20=EC=9D=B4=EB=A6=84?= =?UTF-8?q?=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/app.py b/app/app.py index 6c3a98c..4308688 100644 --- a/app/app.py +++ b/app/app.py @@ -19,7 +19,7 @@ if os.path.exists(local_path): else: repo = git.Repo.clone_from(repo_url, local_path) -json_file_path = os.path.join(local_path, 'test_json.json') +json_file_path = os.path.join(local_path, 'new_version.json') with open(json_file_path, 'r', encoding='utf-8') as file: data = json.load(file)