Merge branch 'feature/automatic' into feature/auto_with_checkresults

This commit is contained in:
Lei PAN
2022-06-04 18:17:49 +02:00
2 changed files with 11 additions and 7 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ class ResultChecker:
else:
print("status is ACCEPTED")
status = ResultEnum.ACCEPTED
# send email
# send email
try:
mailer.send_email(get_accepted_result_from(reserve_pojo))
except Exception as err: