@ -17,7 +17,7 @@ def extract_data(json_item):
return None
def main():
file_path = './cnt_data.json'
file_path = '../cnt_data.json'
items = read_json_file(file_path)
total_count = len(items)
index = 0