From f5775d118dcff5681520e19adb9946633fc31316 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sun, 8 Mar 2026 08:22:34 -0400 Subject: [PATCH] digifi_cron_penal_charges --- automation/dags/digifi_penal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")