modify scripts

This commit is contained in:
2025-03-16 15:40:54 +08:00
parent dab493f8e7
commit 6a89b25792

View File

@ -4,6 +4,7 @@ import json
import time
import csv
import logging
import config
# 解析 height 和 weight转换成数字
def parse_height(height_str):
@ -20,7 +21,7 @@ def parse_weight(weight_str):
except:
return None
update_dir = '../result'
update_dir = f'{config.global_host_data_dir}/iafd'
performers_dir = f'{update_dir}/performers'
movies_dir = f'{update_dir}/movies'