From 68a7a7c1b25199e30133148c210346eececb2af0 Mon Sep 17 00:00:00 2001 From: Euizzang8001 Date: Tue, 30 Jul 2024 18:00:46 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20scheduler=20=EC=BD=94=EB=93=9C=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- KUA/student/scheduler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KUA/student/scheduler.py b/KUA/student/scheduler.py index 988f013..bb8e29c 100644 --- a/KUA/student/scheduler.py +++ b/KUA/student/scheduler.py @@ -15,7 +15,7 @@ def update_data(): # DB 연결 try: - host = os.environ.get('EMAIL_HOST_USER') + host = os.environ.get('DB_HOST') dbname = os.environ.get('DB_NAME') dbuser = os.environ.get('DB_USER') dbpassword = os.environ.get('DB_PASSWORD')