mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-04-10 23:58:54 +00:00
PEP8 fix
This commit is contained in:
@@ -166,9 +166,9 @@ def _main():
|
||||
"Azure-provided connection string")
|
||||
arg_parser.add_argument("--kafka-use-ssl",
|
||||
action="store_true",
|
||||
help="""Use SSL/TLS to connect to Kafka
|
||||
(implied when --kafka-username or
|
||||
--kafka-password are provided)""")
|
||||
help="Use SSL/TLS to connect to Kafka "
|
||||
"(implied when --kafka-username or "
|
||||
"--kafka-password are provided)")
|
||||
arg_parser.add_argument("--kafka-aggregate-topic",
|
||||
help="The Kafka topic to publish aggregate "
|
||||
"reports to (Default: dmarc_aggregate)",
|
||||
|
||||
Reference in New Issue
Block a user