mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-05-28 06:35:25 +00:00
PEP8 fix
This commit is contained in:
@@ -1174,7 +1174,7 @@ def get_dmarc_reports_from_inbox(host=None,
|
||||
except Exception as e:
|
||||
logger.debug("Failed to "
|
||||
"disconnect: {0}".format(
|
||||
e.__str__()))
|
||||
e.__str__()))
|
||||
if not ssl:
|
||||
logger.debug(
|
||||
"Connecting to IMAP over plain text")
|
||||
|
||||
Reference in New Issue
Block a user