json 파일 이름 변경

This commit is contained in:
정훈 변
2024-07-25 11:54:14 +09:00
parent a0e91b3da6
commit 83a901505b

View File

@@ -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)