Reapply "整理项目结构,优化配置项"

This reverts commit 2f650dd880.
This commit is contained in:
2024-07-15 15:20:52 +08:00
parent 2f650dd880
commit f4a2a38df0
33 changed files with 275 additions and 506 deletions

View File

@@ -3,7 +3,7 @@ import logging
import smtplib
from email.mime.text import MIMEText
from config.email import ERROR_EMAIL_CONFIG
from auto_email import ERROR_EMAIL_CONFIG
def send_error_email(program_name, error_name, error_detail):