From abcd216b2c7b4368ddd5efc55d00a055ed1e0175 Mon Sep 17 00:00:00 2001 From: bumpsoo Date: Wed, 3 Jul 2024 12:13:43 +0900 Subject: [PATCH] =?UTF-8?q?(fix):=20=EC=8B=9C=EA=B0=84=EB=8C=80=20?= =?UTF-8?q?=EC=A0=9C=EB=8C=80=EB=A1=9C=20=EC=84=A4=EC=A0=95=20=EC=95=88?= =?UTF-8?q?=EB=90=98=EB=8A=94=20=EB=AC=B8=EC=A0=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- schedule.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/schedule.py b/schedule.py index 10ad67b..639afdd 100644 --- a/schedule.py +++ b/schedule.py @@ -35,7 +35,10 @@ def one_time_schedule( rule_response = client.update_schedule( Name = schedule_name, ScheduleExpression = schedule_expression, + ScheduleExpressionTimezone = 'Asia/Seoul', + State = 'ENABLED', FlexibleTimeWindow = {'Mode': 'OFF'}, + # 이 값 수정 위함 ActionAfterCompletion = 'DELETE', Target = target )