Bastien Sevajol 7 년 전
부모
커밋
26c9aa3876
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      tracim/tracim/lib/email_fetcher.py

+ 1 - 0
tracim/tracim/lib/email_fetcher.py 파일 보기

@@ -19,6 +19,7 @@ from email_reply_parser import EmailReplyParser
19 19
 from tracim.lib.base import logger
20 20
 
21 21
 TRACIM_SPECIAL_KEY_HEADER = 'X-Tracim-Key'
22
+# TODO BS 20171124: Think about replace thin dict config by object
22 23
 BEAUTIFULSOUP_HTML_BODY_PARSE_CONFIG = {
23 24
     'tag_blacklist': ['script', 'style', 'blockquote'],
24 25
     'class_blacklist': ['moz-cite-prefix', 'gmail_extra', 'gmail_quote',