소스 검색

Merge branch 'master' of https://deeejas.asuscomm.com:3000/Shared/pywinment.git

deeejas 1 년 전
부모
커밋
29dedfd8b2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      mentor_mailer.py

+ 1 - 1
mentor_mailer.py

@@ -48,7 +48,7 @@ head = ['Denumire', 'CF', 'J', 'Adresa', 'Oras', 'Judet', 'Prescurtat', 'Admin',
 
 mentor = WinMentor()
 office = list(mentor.filtered_firmlist(headers=head, ban=exclude))  # generator
-yag = yagmail.SMTP('claudia.conta.ab@gmail.com', oauth2_file='~/oauth2_creds.json')
+yag = yagmail.SMTP('claudia.conta.ab@gmail.com')  #, oauth2_file='~/oauth2_creds.json'
 month_ = M_mailer.mentor_date
 mailer = M_mailer()
 taxes = mailer.tax_mailer(office, m_list, mentor, yag, month_, send=False)