Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HiroshigeAoki committed Nov 26, 2023
1 parent 2930784 commit 16717d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ CELERY_RESULT_BACKEND=

# Work space
LOG_DIR=./logs
TMP_DIR=./tmp
TMP_DIR=./tmp
AFTER_DOWNLOAD_TASK_SCRIPT=
2 changes: 2 additions & 0 deletions settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,5 @@ def check_email_domain(email_list: list) -> list:
STAFF_BOT_IDS = [STAFF_ID, BOT_ID]
STAFF_BOT_EMALS = [STAFF_EMAIL, BOT_EMAIL]
STAFF_BOT_ID_GMAILS = check_email_domain(STAFF_BOT_EMALS)

AFTER_DOWNLOAD_TASK_SCRIPT = os.environ["AFTER_DOWNLOAD_TASK_SCRIPT"]

0 comments on commit 16717d3

Please sign in to comment.