mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-06-01 16:39:45 +00:00
fix what was broken in merge train
This commit is contained in:
+2
-3
@@ -736,9 +736,8 @@ def _main():
|
||||
nameservers=opts.nameservers,
|
||||
dns_timeout=opts.dns_timeout,
|
||||
strip_attachment_payloads=sa,
|
||||
batch_size=opts.imap_batch_size
|
||||
offline=opts.offline,
|
||||
strip_attachment_payloads=sa)
|
||||
batch_size=opts.imap_batch_size,
|
||||
offline=opts.offline)
|
||||
except FileExistsError as error:
|
||||
logger.error("{0}".format(error.__str__()))
|
||||
exit(1)
|
||||
|
||||
Reference in New Issue
Block a user