Skip to content

Commit

Permalink
feat: update file path date
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentLvr committed Nov 20, 2023
1 parent 4e697b9 commit ad7fef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AWS/AWS_Send_daily_biling_notification_to_Slack.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
"\n",
"# Optional\n",
"cron = \"0 9 * * *\"\n",
"file_path = f\"billing_aws_{date.today().isoformat()}.csv\""
"file_path = f\"billing_aws_{date.today().isoformat()[:-3]}.csv\""
]
},
{
Expand Down

0 comments on commit ad7fef6

Please sign in to comment.