Mike hace 3 años
padre
commit
161f6b3626
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      no_set_date_execute_detail_notice.py

+ 0 - 2
no_set_date_execute_detail_notice.py

@@ -257,11 +257,9 @@ for execute_man in execute_man_list:
     </html>
     """
 
-    '''
     # 寄送逾期執行表單Email通知
     email = 'mike@choozmo.com'
     print ("發送Email: " + email)
     hhh_send_mail(email, html2)
-    '''
 
 print ('發送執行項目通知(無預定完成日期) (執行單位) end...')