Skip to content

Commit

Permalink
Merge pull request #126 from pycontw/finance-fix2
Browse files Browse the repository at this point in the history
fix task name
  • Loading branch information
xchwan authored Sep 25, 2023
2 parents c9c3301 + e2170a5 commit 3c27224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags/app/finance_bot/dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"on_failure_callback": lambda x: "Need to send notification to Discord",
}
dag = DAG(
"DISCORD_CHORES_REMINDER",
"DISCORD_FINANCE_REMINDER",
default_args=DEFAULT_ARGS,
schedule_interval="@daily",
max_active_runs=1,
Expand Down

0 comments on commit 3c27224

Please sign in to comment.