From 4a52837287d92731b1477f409c77bd00d6f701ca Mon Sep 17 00:00:00 2001 From: "1708639776959.sdtroot" Date: Tue, 18 Feb 2025 23:02:06 +0000 Subject: [PATCH] Update main.py --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 6edc854..9291447 100644 --- a/main.py +++ b/main.py @@ -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