Update main.py

This commit is contained in:
1708639776959.sdtroot 2025-02-18 23:02:06 +00:00
parent 26986a87bb
commit 4a52837287
1 changed files with 1 additions and 1 deletions

View File

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