From d6c39f46d5a3569c9355e81943965f8a458477b8 Mon Sep 17 00:00:00 2001 From: gaoyuan Date: Fri, 26 Jan 2024 09:27:02 +0800 Subject: [PATCH] 11 --- iMTShop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iMTShop.py b/iMTShop.py index a6d7ae6..aac6b63 100644 --- a/iMTShop.py +++ b/iMTShop.py @@ -323,7 +323,7 @@ if __name__ == '__main__': else: sendEmail('茅台已申购',s) else : - sendEmail('用户'+str(userCount)+'茅台申购成功',s) + sendEmail('茅台申购成功',s) except Exception as e: s += userName + '_' + mobile + "异常信息"+e sendEmail('茅台申购异常结束',s)