diff --git a/src/pipelines/dbf_to_postgres_ctllog_pwr.py b/src/pipelines/dbf_to_postgres_ctllog_pwr.py index 5b90d56..1a6d96a 100644 --- a/src/pipelines/dbf_to_postgres_ctllog_pwr.py +++ b/src/pipelines/dbf_to_postgres_ctllog_pwr.py @@ -9,7 +9,7 @@ from core.database import Database from core.utils import size_to_human_readable, calculate_file_hash from pipelines.base_pipeline import BasePipeline -class DbfToPostgresCtllogPwrPipeline(BasePipeline): +class DbfToPostgresCtllogPwcPipeline(BasePipeline): def __init__(self, config): super().__init__(config) # todo:本地调试打开