Skip to content

Commit

Permalink
Fix for copy-paste error
Browse files Browse the repository at this point in the history
Signed-off-by: Sander Lepik <sander.lepik@cooppank.ee>
  • Loading branch information
Sander Lepik committed Apr 7, 2020
1 parent 74de4fe commit ebda496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parsedmarc/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ def process_reports(reports_):
if "timeout" in imap_config:
opts.imap_timeout = imap_config.getfloat("timeout")
if "max_retries" in imap_config:
opts.imap_port = imap_config.getint("max_retries")
opts.imap_max_retries = imap_config.getint("max_retries")
if "ssl" in imap_config:
opts.imap_ssl = imap_config.getboolean("ssl")
if "skip_certificate_verification" in imap_config:
Expand Down

0 comments on commit ebda496

Please sign in to comment.