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

This reverts commit ab15cb1fc3.
This commit is contained in:
2024-07-15 15:18:39 +08:00
parent 13575fb2aa
commit 2f650dd880
33 changed files with 506 additions and 275 deletions

View File

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