Refactor IPD crawler a bit

This commit is contained in:
I-Al-Istannen
2021-11-01 10:43:13 +01:00
committed by Joscha
parent 6b2a657573
commit 88afe64a92
2 changed files with 39 additions and 38 deletions

View File

@ -35,7 +35,7 @@ def load(
log.explain("Creating config for command 'kit-ipd'")
parser["crawl:kit-ipd"] = {}
section = parser["crawl:ipd"]
section = parser["crawl:kit-ipd"]
load_crawler(args, section)
section["type"] = "kit-ipd"