优化注释及文案

This commit is contained in:
2024-07-16 12:52:29 +08:00
parent 7cbf0c0756
commit 6d3acd80ea
4 changed files with 16 additions and 19 deletions

View File

@@ -6,7 +6,7 @@ from log import LOGGING_CONFIG
from photo_mask import photo_mask, SEND_ERROR_EMAIL
if __name__ == '__main__':
program_name = "自动照片涂抹脱敏脚本"
program_name = "照片审核自动涂抹脚本"
logging.config.dictConfig(LOGGING_CONFIG)
try:
logging.info(f"{program_name}】开始运行")