mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-03-30 18:32:46 +00:00
Fix CLI that was broken by the new ip_db_path option
This commit is contained in:
@@ -358,6 +358,8 @@ def _main():
|
||||
opts.chunk_size = general_config.getint("chunk_size")
|
||||
if "ip_db_path" in general_config:
|
||||
opts.ip_db_path = general_config["ip_db_path"]
|
||||
else:
|
||||
opts.ip_db_path = None
|
||||
if "imap" in config.sections():
|
||||
imap_config = config["imap"]
|
||||
if "host" in imap_config:
|
||||
|
||||
Reference in New Issue
Block a user