debug: add debug print

This commit is contained in:
wql 2024-08-25 10:37:32 +08:00
parent 7c2e443db6
commit 10eec8063f
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ def is_target_lang(json_obj):
def deal_json_file(file_path, ds_write, repair_keys=None):
print(f"begin deal {file_path}")
t0 = time.time()
print(file_path)
with open(file_path, "r", encoding='utf-8') as fin:
data_buffer = []
for line in fin: