浏览代码

Update email_fetcher.py

Bastien Sevajol 6 年前
父节点
当前提交
2cf58dfb74
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 4 次插入2 次删除
  1. 4 2
      tracim/tracim/lib/email_fetcher.py

+ 4 - 2
tracim/tracim/lib/email_fetcher.py 查看文件

@@ -332,8 +332,10 @@ class MailFetcher(object):
332 332
     def stop(self) -> None:
333 333
         self._is_active = False
334 334
 
335
-    def _fetch(self, imapc: imapclient.IMAPClient) \
336
-            -> typing.List[MessageContainer]:
335
+    def _fetch(
336
+        self, 
337
+        imapc: imapclient.IMAPClient,
338
+    ) -> typing.List[MessageContainer]:
337 339
         """
338 340
         Get news message from mailbox
339 341
         :return: list of new mails