Skip to content

Commit

Permalink
fix: scheduler 코드 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Euizzang8001 committed Jul 30, 2024
1 parent 3e2db03 commit 68a7a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KUA/student/scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 68a7a7c

Please sign in to comment.