清除因程序错误遗留的临时图片

This commit is contained in:
2024-10-17 13:38:29 +08:00
parent 84d106c7de
commit 8e06fdafa0
2 changed files with 13 additions and 1 deletions

View File

@@ -5,10 +5,10 @@ from time import sleep
from sqlalchemy import update
from my_email.error_email import send_error_email
from db import MysqlSession
from db.mysql import ZxPhhd
from log import LOGGING_CONFIG
from my_email.error_email import send_error_email
from photo_mask import auto_photo_mask, SEND_ERROR_EMAIL
if __name__ == '__main__':