diff --git a/automation/dags/digifi_penal.py b/automation/dags/digifi_penal.py index d297e13..380910b 100644 --- a/automation/dags/digifi_penal.py +++ b/automation/dags/digifi_penal.py @@ -31,7 +31,7 @@ with DAG( schedule_interval=timedelta(minutes=1), catchup=False) as dag: t1 = PythonOperator( - task_id = "digifi_cron_penal_-charges", + task_id = "digifi_cron_penal_charges", python_callable= DigiFiTrxPenal, op_kwargs={ "api_host" : Variable.get("DIGIFI_EVENT_HOST")