Fix flake8 error

This commit is contained in:
Tom Henderson
2021-02-05 14:53:43 +13:00
parent 9522c9b6e4
commit de05be90df
+2 -1
View File
@@ -1196,7 +1196,8 @@ def watch_inbox(host, username, password, callback, port=None, ssl=True,
verify=True, reports_folder="INBOX",
archive_folder="Archive", delete=False, test=False,
idle_timeout=30, offline=False, nameservers=None,
dns_timeout=6.0, strip_attachment_payloads=False, batch_size=None):
dns_timeout=6.0, strip_attachment_payloads=False,
batch_size=None):
"""
Use an IDLE IMAP connection to parse incoming emails, and pass the results
to a callback function