From fc5e0fe4d5bd8d4d0cf51d320f9d58e32a05b5f5 Mon Sep 17 00:00:00 2001 From: Szasza Palmer Date: Mon, 25 Mar 2024 15:03:51 +1100 Subject: [PATCH] removing obsolete parameter from cli_parse call (#496) --- parsedmarc/cli.py | 1 - 1 file changed, 1 deletion(-) diff --git a/parsedmarc/cli.py b/parsedmarc/cli.py index ba792356..08da40fd 100644 --- a/parsedmarc/cli.py +++ b/parsedmarc/cli.py @@ -1160,7 +1160,6 @@ def process_reports(reports_): opts.ip_db_path, opts.offline, child_conn, - opts.n_procs >= 1, )) processes.append(process)