diff --git a/u9a9/src/fetch.py b/u9a9/src/fetch.py index 2bf29dc..e9d4861 100644 --- a/u9a9/src/fetch.py +++ b/u9a9/src/fetch.py @@ -195,7 +195,7 @@ def fetch_sis_all(): csv_file = f"{docs_dir}/sis.csv" # 备份已有文件 utils.backup_existing_file(csv_file) - fetch_sis_list(url=url, target_csv_sis=csv_file, ident=item['ident']) + fetch_sis_list(url=url, target_csv_sis=csv_file, ident=item['ident'], plate_name=item['plate_name']) # 建立缩写到函数的映射