mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-05-14 07:55:27 +00:00
Update cli.py
Remove trailing spaces
This commit is contained in:
+1
-1
@@ -826,7 +826,7 @@ def _main():
|
||||
"index_suffix"]
|
||||
if "index_prefix" in opensearch_config:
|
||||
opts.opensearch_index_prefix = opensearch_config[
|
||||
"index_prefix"]
|
||||
"index_prefix"]
|
||||
if "monthly_indexes" in opensearch_config:
|
||||
monthly = opensearch_config.getboolean("monthly_indexes")
|
||||
opts.opensearch_monthly_indexes = monthly
|
||||
|
||||
Reference in New Issue
Block a user