json 파일 이름 변경
This commit is contained in:
@@ -19,7 +19,7 @@ if os.path.exists(local_path):
|
|||||||
else:
|
else:
|
||||||
repo = git.Repo.clone_from(repo_url, local_path)
|
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:
|
with open(json_file_path, 'r', encoding='utf-8') as file:
|
||||||
data = json.load(file)
|
data = json.load(file)
|
||||||
|
|||||||
Reference in New Issue
Block a user