mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-05-11 06:25:30 +00:00
PEP 8 whitespace fix
This commit is contained in:
@@ -1197,9 +1197,9 @@ def get_dmarc_reports_from_inbox(host=None,
|
||||
if connection:
|
||||
server = connection
|
||||
else:
|
||||
server = imapclient.IMAPClient(host,
|
||||
port=port,
|
||||
ssl=ssl,
|
||||
server = imapclient.IMAPClient(host,
|
||||
port=port,
|
||||
ssl=ssl,
|
||||
use_uid=True)
|
||||
server.login(user, password)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user