feat: 定数のコミット漏れ

This commit is contained in:
shimoda.m@nds-tyo.co.jp 2022-06-21 18:59:07 +09:00
parent 3ceb9fbb78
commit 0021e8b2d7

View File

@ -23,6 +23,7 @@ LOG_LEVEL = os.environ["LOG_LEVEL"]
# 定数
DIRECTORY_RECV = '/recv/'
DIRECTORY_RECV_ERROR = '/recv_error/'
DIRECTORY_TARGET = '/target/'
EXTENSION_ERROR = '.error'
EXTENSION_DECRYPT_ERROR = '.decrypt_error'
INDEX_EXTENSION_DELETE_NUM = -4