style: コメントが嘘付いてるのを修正

This commit is contained in:
shimoda.m@nds-tyo.co.jp 2023-05-19 14:51:25 +09:00
parent 509fb61218
commit 0e643c21ba

View File

@ -2,9 +2,9 @@ import os
import boto3
#環境変数
client = boto3.client('rds')
#環境変数
AUTO_START_TAG_TAGKEY = os.environ['AUTO_START_TAG_TAGKEY']
AUTO_START_ENABLE = os.environ['AUTO_START_ENABLE']